[FFmpeg-devel] [PATCH] fix for bfi buffer overread (roundup issue 2497)

Daniel Kang daniel.d.kang
Thu Jan 6 14:44:44 CET 2011


When the input resolution is too large, the bfi decoder overreads the
data buffer. The patch attached adds a sanity check to prevent this.
ffmpeg will still fail in decoding this with an assertion error (the
video data itself is invalid with the sample), but it does not buffer
overread.

The roundup issue is 2497.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfi_buffer_sanity_check.diff
Type: application/octet-stream
Size: 1308 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110106/b5c9d4d9/attachment.obj>



More information about the ffmpeg-devel mailing list