[vlc-devel] [PATCH] Karaoke Audio Filter Module
Pankaj yadav
pankajdnapster at gmail.com
Sun Mar 20 18:44:53 CET 2011
2011/3/20 Rémi Denis-Courmont <remi at remlab.net>
> There still is a buffer read overflow. And you assume that the format is
> stereo without checking.
>
> i checked it. See
+ if( i_channels < 2 )
+ {
+ msg_Warn( p_filter, "Karaoke Filter needs at least two channels."
);
+ return VLC_EGENERIC;
+ }
> --
> Rémi Denis-Courmont
> http://www.remlab.info/
> http://fi.linkedin.com/in/remidenis
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
--
Pankaj Yadav
http://people.videolan.org/~pk
Open Source Enthusiast
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110320/0a0e4b80/attachment.html>
More information about the vlc-devel
mailing list