FFmpeg/libavcodec
Michael Niedermayer fccd85b9f3 avcodec: fix aac/ac3 parser bitstream buffer size
Buffers containing copies of the AAC and AC3 header bits were not padded
before parsing, violating init_get_bits() buffer padding requirement,
leading to potential buffer read overflows.
This change adds FF_INPUT_BUFFER_PADDING_SIZE bytes to the bit buffer
for parsing the header in each of aac_parser.c and ac3_parser.c.

Based on patch by: Matt Wolenetz <wolenetz@chromium.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-22 01:24:40 +02:00
..
2014-08-18 02:51:34 +02:00
2014-08-14 13:35:24 +02:00
2014-08-21 23:02:48 +02:00
2014-08-12 10:03:20 +00:00
2014-08-06 12:38:26 +02:00
2014-08-21 02:19:55 +02:00
2014-08-15 22:47:45 +02:00
2014-08-09 23:20:31 +02:00
2014-08-05 01:54:47 +02:00
2014-08-19 13:35:44 +00:00
2014-08-15 22:47:45 +02:00
2014-08-17 14:39:43 +02:00
2014-08-19 18:48:39 -03:00
2014-08-12 21:58:45 +02:00
2014-08-12 21:58:45 +02:00