Re: [FFmpeg-devel] [PATCH 4/5] avcodec/hevc/hevcdec: Check refPicList

2025-07-03 Thread Michael Niedermayer
On Mon, Aug 19, 2024 at 09:28:22PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2024-08-17 01:15:03) > > This is likely not the proper way to fix this > > I agree. > Can you share the sample? In case anyone doesnt have the sample yet, the sample is publically available here: https:

Re: [FFmpeg-devel] [PATCH 4/5] avcodec/hevc/hevcdec: Check refPicList

2024-08-19 Thread Anton Khirnov
Quoting Michael Niedermayer (2024-08-17 01:15:03) > This is likely not the proper way to fix this I agree. Can you share the sample? -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 4/5] avcodec/hevc/hevcdec: Check refPicList

2024-08-16 Thread Michael Niedermayer
This is likely not the proper way to fix this Fixes: null pointer dereference Fixes: 70781/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5010401476018176 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Ni