mirror of https://github.com/FFmpeg/FFmpeg.git
avcodec/bmp: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
There is code checking height and width later, leaving an invalid value invalid is thus fine. Fixes: 635/clusterfuzz-testcase-6225161437052928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/260/head^2
parent
4ec07e9431
commit
0c42d0add3
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue