Opened 8 years ago
Closed 8 years ago
#6303 closed defect (fixed)
ffmpeg crash when converting subtitles from ASS to MOV_TEXT
Reported by: | kofolamaster | Owned by: | Philip Langdale |
---|---|---|---|
Priority: | important | Component: | undetermined |
Version: | git-master | Keywords: | crash SIGSEGV ass mov_text regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug: crashes when converting ASS to MOV_TEXT
How to reproduce:
ffmpeg.exe -y -i ass_to_mov_text_crash.ass -scodec mov_text crashes.mkv ffmpeg version N-85266-g1229007 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 6.3.0 (GCC)
Attachments (1)
Change History (4)
by , 8 years ago
Attachment: | ass_to_mov_text_crash.ass added |
---|
comment:1 by , 8 years ago
Keywords: | crash SIGSEGV regression added |
---|---|
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 8 years ago
Owner: | set to |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
commit f95c81ce104554b6860d94724a681a1bac0c4fbd
Author: Philip Langdale <philipl@overt.org>
Date: Sun Apr 23 10:42:25 2017 -0700
avcodec/movtextenc: Ignore unmatched closing style tags
The existing code will segfault if a closing tag shows up when there
was never an opening tag. This isn't a well formed style, but it's also
not a reason to crash.
Note:
See TracTickets
for help on using tickets.
For future crash reports: Please remember to provide the information requested at https://ffmpeg.org/bugreports.html
Regression since 6433618d