aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_iccgen.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2024-04-26 05:08:35 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2024-05-06 03:00:40 +0200
commita56559e688ffde40fcda5588123ffcb978da86d7 (patch)
tree89516f41e4c0765522ee8913fa7c52be20147bef /libavfilter/vf_iccgen.c
parentc7075cdb676e217331d400bf2fb2c4a62268f649 (diff)
downloadffmpeg-a56559e688ffde40fcda5588123ffcb978da86d7.tar.gz
swscale/output: Fix integer overflow in yuv2rgba64_1_c_template
Fixes: signed integer overflow: -831176 * 9539 cannot be represented in type 'int' Fixes: 67869/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-5117342091640832 The input is 9bit in 16bit, the fuzzer fills all 16bit thus generating "invalid" input No overflow should happen with valid input. Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/vf_iccgen.c')
0 files changed, 0 insertions, 0 deletions