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

Laurent Aimar fenrir at elivagar.org
Sun Oct 9 01:54:41 CEST 2011


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.

-- 
fenrir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vqavideo-check-for-out-of-bound-reads.patch
Type: text/x-diff
Size: 1777 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111009/1d5b2522/attachment.bin>


More information about the ffmpeg-devel mailing list