]> git.sesse.net Git - ffmpeg/commit
avcodec/mpc8: Fix 32bit mask/enum
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 10 Aug 2019 21:09:42 +0000 (23:09 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 11 Aug 2019 17:13:21 +0000 (19:13 +0200)
commite8bb949ade4078ca318a9b3475cb7a6cfc7e4639
tree824137c5bb26dd48119dc43c809ea8963820b904
parentfad3ec89b7a664b93b5e29bdb0db0cab0272a0c4
avcodec/mpc8: Fix 32bit mask/enum

Fixes: left shift of 1 by 31 places cannot be represented in type 'int'
Fixes: 15817/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPC8_fuzzer-5636626409062400
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mpc8.c