]> git.sesse.net Git - ffmpeg/commit
avcodec/wmaprodec: Fixes integer overflow with 32bit samples
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 20 Nov 2019 19:34:55 +0000 (20:34 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 15 Dec 2019 00:01:22 +0000 (01:01 +0100)
commita9cc69c0d59057ea172a107e0308fdf5fd8fc04e
tree874c7ad2527670d69c06e208fdf2b002f33cf75f
parent50db30b47d016fc4e7b47067545b15d22d4faddf
avcodec/wmaprodec: Fixes integer overflow with 32bit samples

Fixes: left shift of 1 by 31 places cannot be represented in type 'int'
Fixes: 18860/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMAPRO_fuzzer-5755223125786624
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/wmaprodec.c