Change #275166
| Category | ffmpeg |
| Changed by | Michael Niedermayer <michael@niedermayer.cc> |
| Changed at | Sun 19 Jul 2026 02:48:42 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 6d300b473266cda5926d86fe5a9d126c9c10b3c6 |
Comments
avformat/mov: avoid overflow/negative discard sample duration This also fixes a corner case with st->duration = INT64_MAX This assumes pkt->duration >= 0 Fixes: 525566001/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5952332261818368 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
- libavformat/mov.c