Closed
Bug 506305
Opened 16 years ago
Closed 16 years ago
arithmetic exception (sigfpe) in _01inverse at vorbis_res0.c:643 when playing corrupted ogg file
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: keeler, Unassigned)
Details
(Keywords: crash, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11)
Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11
Build Identifier: mozilla-central revision 9dfacae57238
Firefox crashes with an arithmetic exception (divide by zero, in this case) when playing the attached file.
Reproducible: Always
Steps to Reproduce:
1. Load attached file.
Actual Results:
firefox crashes
Expected Results:
some sort of "this file is corrupted" message
![]() |
Reporter | |
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
partitions_per_word is 0 in _01inverse() in vorbis_res0.c. Something corrupt in the phrasebook? Any ideas Monty?
![]() |
Reporter | |
Comment 3•16 years ago
|
||
This no longer crashes for me on trunk (mozilla-central e570c006d264).
Fixed due to the fix for bug 501279?
Comment 4•16 years ago
|
||
Fixed on m-c by bug 512328.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
bug 512328 was backed out due to bug 513999 :(
![]() |
Reporter | |
Comment 6•16 years ago
|
||
I think this was fixed by something other than the fix for bug 512328 (the test case doesn't crash m-c for me at the moment).
Comment 7•16 years ago
|
||
(In reply to comment #6)
> I think this was fixed by something other than the fix for bug 512328 (the test
> case doesn't crash m-c for me at the moment).
The testcase doesn't crash for me on Linux with m-c or 1.9.2. Resolving WFM.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
No longer depends on: CVE-2009-3378, 513999
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•