[FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()

Paul B Mahol onemda at gmail.com
Fri Oct 2 17:26:58 EEST 2020


On Fri, Oct 02, 2020 at 02:59:13PM +0200, Michael Niedermayer wrote:
> Fixes: left shift of negative value -640
> Fixes: 26044/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DXTORY_fuzzer-5631057602543616
> 
> Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/dxtory.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

lgtm


More information about the ffmpeg-devel mailing list