[FFmpeg-devel] [PATCH] Fix read past the end of ff_h264_cabac_tables

Evgeniy Stepanov eugeni.stepanov at gmail.com
Sun Mar 23 16:02:29 CET 2014


Hi,

this patch fixes a benign read past the end of global ff_h264_cabac_tables[].
The code in decode_significance_8x8_x86 reads it 4 bytes at a time and
can over-read the table by 1 byte to the right. See
https://trac.ffmpeg.org/ticket/3490.

Please review.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.patch
Type: text/x-patch
Size: 839 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140323/8b420618/attachment.bin>


More information about the ffmpeg-devel mailing list