Change #248066
| Category | ffmpeg |
| Changed by | Michael Niedermayer <michael@niedermayer.cc> |
| Changed at | Sun 09 Nov 2025 02:42:17 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 08816b93760f43433a07e980fa9eeab4135de78c |
Comments
avcodec/osq: Fix 32bit sample overflow Fixes: signed integer overflow: 2147483565 + 128 cannot be represented in type 'int' Fixes: 428055715/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_OSQ_fuzzer-6358069900804096 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- libavcodec/osq.c