Re: [FFmpeg-devel] [PATCH 4/5] avcodec/motionpixels: Mask pixels to valid values

2023-02-23 Thread Michael Niedermayer
On Fri, Jan 13, 2023 at 01:01:37AM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 48567/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOTIONPIXELS_fuzzer-672420335220 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/proj

[FFmpeg-devel] [PATCH 4/5] avcodec/motionpixels: Mask pixels to valid values

2023-01-12 Thread Michael Niedermayer
Fixes: out of array access Fixes: 48567/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOTIONPIXELS_fuzzer-672420335220 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/motionpixels.c |