[FFmpeg-devel] [PATCH 13/16] vqavideo: check for out of bound reads.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Oct 9 00:28:27 CEST 2011
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 >
More information about the ffmpeg-devel
mailing list