1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-03-05 08:55:56 +02:00
Files
Michael Niedermayer cbbe68fb1a avcodec/snowenc: avoid NULL ptr arithmetic
Fixes: applying non-zero offset 16 to null pointer
Fixes: 471614378/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SNOW_fuzzer-5967030642868224

Note: FF_PTR_ADD() does not work as this code has NULL + 123 cases where the pointer is unsused afterwards

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2026-03-05 01:23:40 +01:00
..
2026-03-03 00:35:35 +01:00
2026-02-23 23:58:11 +01:00
2026-02-19 22:39:35 +00:00
2026-03-02 19:01:46 +01:00
2026-03-02 19:01:46 +01:00
2026-03-03 02:41:05 +01:00
2026-03-03 02:13:58 +00:00
2026-02-23 15:29:27 +00:00