diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-03-21 21:03:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-04-06 20:27:35 +0200 |
commit | 15006f48cd75fb7c93c06dde50b76ea1309cce00 (patch) | |
tree | 8956d85e93506b270c7f6fea3747bea172239952 /tools/cl2c | |
parent | 977cfb719745dab296d748b6304f349b01ce6a08 (diff) | |
download | ffmpeg-15006f48cd75fb7c93c06dde50b76ea1309cce00.tar.gz |
avcodec/exr: Avoid signed overflow in displayWindow
The inputs are unused except for this computation so wraparound
does not give an attacker any extra values as they are already fully
controlled
Fixes: signed integer overflow: 0 - -2147483648 cannot be represented in type 'int'
Fixes: 45820/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-5766159019933696
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>
(cherry picked from commit 1291568c9834c02413ab5d87762308f15b4ae9c6)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tools/cl2c')
0 files changed, 0 insertions, 0 deletions