]> git.sesse.net Git - ffmpeg/commit
avcodec/aacdec: Check if we run out of input in read_stream_mux_config()
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 8 Sep 2019 19:08:31 +0000 (21:08 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 24 Sep 2019 15:53:39 +0000 (17:53 +0200)
commit3dce4d03d5a555bff2e11f97fb54701b22effeaf
tree12df1b9a5dd77bdc9e93cebba708ed27a2f46fa7
parent1e984a69155c8b49d6fd4cd0a052d62da42d59a6
avcodec/aacdec: Check if we run out of input in read_stream_mux_config()

Fixes: Infinite loop
Fixes: 16920/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-5653421289373696
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/aacdec.c