Opened 8 years ago
Closed 8 years ago
#5052 closed defect (fixed)
ffv1 fuzzing crash with API
| Reported by: | Kieran Kunhya | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | avcodec |
| Version: | 2.4.11 | Keywords: | ffv1 crash regression |
| Cc: | Michael Niedermayer | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
FFmpeg compiled with:
--disable-everything --enable-demuxer=matroska --enable-decoder=ffv1 --enable-muxer=rawvideo --enable-encoder=rawvideo --enable-protocol=file
Test application:
http://paste.ubuntu.com/13600344/
./fffuzz fuzz.mkv /dev/null
Change History (18)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Cannot reproduce this (tried attached app with provided configure with and without valgrind
comment:3 by , 8 years ago
| Cc: | added |
|---|
comment:4 by , 8 years ago
The fuzzer is using 93f3752b970cc7c9e1a360037fff1ddb9dcbb86e (FFmpeg 2.7.3)
comment:5 by , 8 years ago
| Component: | undetermined → avcodec |
|---|---|
| Keywords: | ffv1 crash regression added |
| Priority: | normal → important |
| Version: | unspecified → 2.8.3 |
Regression since a0c0900e still reproducible with 2.0.7, 2.1.8, 2.2.16, 2.3.6 and 2.4.11.
comment:7 by , 8 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:13 by , 8 years ago
Backports from today:
https://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=refs/heads/release/2.7
comment:16 by , 8 years ago
| Version: | 2.8.3 → 2.4.11 |
|---|
IIUC the newest release branch this is still unfixed on is 2.4, thus updating version
follow-up: 18 comment:17 by , 8 years ago
backported the commits that fixed it in previous releases to 2.4
comment:18 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |



Which ffmpeg revission is that ? the line numbers from the stack trace seem not to match ffmpeg master