]> git.sesse.net Git - ffmpeg/commit
avcodec/rv10: Avoid calculating undefined value that is unused
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 16 Jun 2019 10:52:30 +0000 (12:52 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 26 Jun 2019 19:25:50 +0000 (21:25 +0200)
commitd57f6606ebe166a428d939228d0d6490e3255ae1
tree7a9391aa57e0d05dc68bca7905eaaf1296dac3b2
parentbfb58bdd7015a6df2d130c92cf284d6a2362f3df
avcodec/rv10: Avoid calculating undefined value that is unused

Fixes: shift exponent 64 is too large for 32-bit type 'int'
Fixes: 15253/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RV10_fuzzer-5671114300194816
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/rv10.c