]> git.sesse.net Git - ffmpeg/commit
avcodec/dca_lbr: Fix off by 1 error in freq check
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 2 Feb 2017 14:23:31 +0000 (15:23 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 2 Feb 2017 14:48:50 +0000 (15:48 +0100)
commit61f70416f8542cc86c84ae6e0342ba10a35d7cba
tree239bb3ecfe0c0d643cb8b8d1707adc380f3b02a8
parent92cb9a38693245a050d4a0c19e38fca28633c222
avcodec/dca_lbr: Fix off by 1 error in freq check

Fixes out of array read
Fixes: 510/clusterfuzz-testcase-5737865715646464
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/dca_lbr.c