]> git.sesse.net Git - ffmpeg/commit
avcodec/motionpixels: Check for vlc error in mp_get_vlc()
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 15 Jun 2019 19:08:31 +0000 (21:08 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 25 Jun 2019 11:30:09 +0000 (13:30 +0200)
commit930cdef80ab695132d3de2128c3c23f2d698918b
tree34e0da90e14815f27dbb9e7e83047b9a19142b74
parentce3b0b9066b433564ed3ee3eed3a1e8f2c0834a1
avcodec/motionpixels: Check for vlc error in mp_get_vlc()

Fixes: 15246/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOTIONPIXELS_fuzzer-5168534407086080
Fixes: runtime error: index -1 out of bounds for type 'HuffCode [16]'
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/motionpixels.c