OSDN Git Service

avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [6]'
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 17 May 2017 00:06:49 +0000 (02:06 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 17 May 2017 00:07:17 +0000 (02:07 +0200)
commit0e87c07d87b474568e82364ae0d4a3928801e2b2
tree965acb0e83d40a29064f88cdbf8651beb5064b89
parent355e27e24dc88d6ba8f27501a34925d9d937a399
avcodec/h264_cavlc: Fix runtime error: index -1 out of bounds for type 'VLC [6]'

Fixes: 1639/clusterfuzz-testcase-minimized-5693801463021568

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