]> git.sesse.net Git - ffmpeg/commit
avformat/iff: Check size before skip
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 14 Nov 2020 19:59:01 +0000 (20:59 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 21 Nov 2020 21:09:51 +0000 (22:09 +0100)
commit8b50e8bc2975fad85e0713e05940ee9ecb5e8a18
treeacb9a7ed07d0937808c739b5b087ef2e74c15b21
parentebf4bc629e6d0dbb4bb6725849bdd06456e4c8af
avformat/iff: Check size before skip

Fixes: Infinite loop
Fixes: 27292/clusterfuzz-testcase-minimized-ffmpeg_dem_IFF_fuzzer-5731168991051776
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/iff.c