[vlc-devel] [vlc-commits] commit: lua: add vlc.strings.iconv to use vlc_iconv, shouldn't eat kittens (Ilkka Ollakka )

Rémi Denis-Courmont remi at remlab.net
Tue Jun 22 22:33:40 CEST 2010


On Tue, 22 Jun 2010 21:48:58 +0200 (CEST), git at videolan.org wrote:
> +    i_ret = vlc_iconv( iconv_handle, &psz_input ,
> +                       &i_in_bytes, &psz_output, &i_out_bytes );
> +    *psz_output = '\0';

I suspect an off-by-one overflow right there.

-- 
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis




More information about the vlc-devel mailing list