#5906 closed defect (fixed)
Segmentation fault in FFv1 with YUV420P input
| Reported by: | Øystein Krog | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avcodec |
| Version: | unspecified | Keywords: | ffv1 |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
Segmentation fault in libavcodec FFv1.
How to reproduce:
Compile muxing.c example w/attached diff. The diff essentially enables experimental mode. Latest 3.1 release. uname -a: MINGW32_NT-10.0 Oystein-PC 2.6.0(0.304/5/3) 2016-09-09 09:46 This is MSYS2 system running MINGW32, but it reproduces in x64 as well. %
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (1)
Change History (6)
by , 10 years ago
| Attachment: | ffv1_crash.diff added |
|---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Keywords: | ffv1 added |
|---|
Is this issue reproducible with current FFmpeg git head?
comment:3 by , 10 years ago
Yes, I just tested and can confirm latest git master (85d23e5) also segfaults.
comment:5 by , 8 years ago
| Resolution: | needs_more_info → fixed |
|---|
The invalid reads I see here with old FFmpeg are not reproducible since 8822e2b9543bb02fb2889dff627b6db023053253
Note:
See TracTickets
for help on using tickets.



For me it segfaults fairly quickly (pts:583), but when I run under gdb it has not segfaulted yet.