diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-22 01:15:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-30 21:33:09 +0200 |
commit | c58d7f9eb56abc4c90d98011c23a4a031077af4e (patch) | |
tree | 51038ddfd8d519b942062d9bbb7460ce8f3c527f /libavformat/ffmenc.c | |
parent | 11a61dd0e2b51bdb610a80e322667c3284f6d761 (diff) | |
download | ffmpeg-c58d7f9eb56abc4c90d98011c23a4a031077af4e.tar.gz |
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>
(cherry picked from commit fccd85b9f30525f88692f53134eba41f1f2d90db)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/ffmenc.c')
0 files changed, 0 insertions, 0 deletions