]> git.sesse.net Git - ffmpeg/commit
avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 1 Aug 2017 17:56:07 +0000 (19:56 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 3 Aug 2017 13:31:15 +0000 (15:31 +0200)
commitd1bfa80ec464d475a0de3f513bbb62bcd356099a
tree05c50dcf317c3dd87b81f398cc2419d9710967bb
parent50aeb6e4edf635147a6651859ec63d15a67f6b87
avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()

Fixes: runtime error: signed integer overflow: 26215360 + 2121330944 cannot be represented in type 'int'
Fixes: 2809/clusterfuzz-testcase-minimized-4785181833560064
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
libavcodec/h264idct_template.c