diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-05-25 03:21:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-16 01:05:28 +0200 |
commit | e18bd51596b78721bc14727bf551c7d7131c7a22 (patch) | |
tree | 7eeee9061741a5aacbebe4c63aeb95bca05c246c /compat/aix | |
parent | e7776cedf58604f210b7e9f4cd5c941972920380 (diff) | |
download | ffmpeg-e18bd51596b78721bc14727bf551c7d7131c7a22.tar.gz |
avcodec/libfdk-aacdec: Correct buffer_size parameter
the timeDataSize argument to aacDecoder_DecodeFrame() seems undocumented and until
2016 04 (203e3f28fbebec7011342017fafc2a0bda0ce530) unused.
after that commit libfdk-aacdec interprets it as size in sample units and memsets that on error.
FFmpeg as well as others (like GStreamer) did interpret it as size in bytes
Fixes: 1442/clusterfuzz-testcase-minimized-4540199973421056 (This requires recent libfdk to reproduce)
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit ca6776a993903dbcfef5ae8a18556c40ecf83e1c)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'compat/aix')
0 files changed, 0 insertions, 0 deletions