]> git.sesse.net Git - ffmpeg/commit
avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [15]
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 13 May 2017 13:30:28 +0000 (15:30 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 13 May 2017 13:54:33 +0000 (15:54 +0200)
commit54e1b62ee28f1588ca35d26eeb2df1fb59040de3
tree12a511349349f02579249a829d7ee882569a1779
parent74dc728a2c2cc353da20cdc09b8cdfbbe14b7be8
avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [15]

Fixes: 1513/clusterfuzz-testcase-minimized-6246484833992704
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/h264_cavlc.c