]> git.sesse.net Git - ffmpeg/commit
avcodec/qdm2: Check frame size
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 29 Aug 2019 19:26:43 +0000 (21:26 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 6 Sep 2019 20:26:55 +0000 (22:26 +0200)
commit12b909ba319d32ed100d9b26021aa9b6976424d7
tree8c4af590dd41ec56e4d44767a2ac78933f5f0e98
parent55d4e22d71ca75223ee61f7d2535fdc6e9991026
avcodec/qdm2: Check frame size

Fixes: index 2304 out of bounds for type 'float [2304]'
Fixes: 16332/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QDM2_fuzzer-5679142481166336
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/qdm2.c