Re: [FFmpeg-devel] [PATCH] avformat/jacosubdec: Check for min in t overflow in get_shift()

2021-09-13 Thread Michael Niedermayer
On Sat, Jun 05, 2021 at 04:30:14PM +0200, Michael Niedermayer wrote: > Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to > an unsigned type to negate this value to itself > Fixes: > 34651/clusterfuzz-testcase-minimized-ffmpeg_dem_JACOSUB_fuzzer-5157941012463616 > >

[FFmpeg-devel] [PATCH] avformat/jacosubdec: Check for min in t overflow in get_shift()

2021-06-05 Thread Michael Niedermayer
Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself Fixes: 34651/clusterfuzz-testcase-minimized-ffmpeg_dem_JACOSUB_fuzzer-5157941012463616 Found-by: continuous fuzzing process