[FFmpeg-devel] [PATCH 13/16] vqavideo: check for out of bound reads.

Michael Niedermayer michaelni at gmx.at
Sun Oct 9 02:26:26 CEST 2011


On Sun, Oct 09, 2011 at 01:54:41AM +0200, Laurent Aimar wrote:
> On Sun, Oct 09, 2011 at 12:28:27AM +0200, Reimar Döffinger wrote:
> > On Sat, Oct 08, 2011 at 11:40:38PM +0200, fenrir at elivagar.org wrote:
> > > +            if (src_pos + count >dest_size)
> > > +            if (src_pos + count >dest_size)
> > 
> > Missing space after >
> Patch attached.

applied, thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111009/3ea359e1/attachment.asc>


More information about the ffmpeg-devel mailing list