Closed
Bug 1368671
Opened 9 years ago
Closed 8 years ago
integer overflow Firefox 53.0.2 (dwrite!DWriteCreateFactory)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kaslovdmitri1, Unassigned)
Details
Attachments
(1 file)
|
40.95 KB,
application/java-archive
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Steps to reproduce:
Fuzz a PDF and open it in firefox, with debugger attached.
Actual results:
It crashes with Access Violation: Interger Overflow (code c0000095)
Expected results:
The PDF should have opened without issues
Comment 1•9 years ago
|
||
I haven't been able to reproduce a crash with Win7 or Win10, but moving to Graphics in case they have better luck.
Group: firefox-core-security → gfx-core-security
Component: Untriaged → Graphics
Product: Firefox → Core
Summary: interger overflow Firefox 53.0.2 (dwrite!DWriteCreateFactory) → integer overflow Firefox 53.0.2 (dwrite!DWriteCreateFactory)
Updated•9 years ago
|
Flags: needinfo?(dveditz)
Updated•9 years ago
|
Attachment #8872604 -
Attachment mime type: application/x-zip-compressed → application/java-
Flags: needinfo?(dveditz)
Updated•9 years ago
|
Attachment #8872604 -
Attachment mime type: application/java- → application/java-archive
Comment 3•9 years ago
|
||
I can't reproduce on Win 10 either, using a 53.0.2 32-bit release build (what this was reported against), a 64-bit 54-beta debug build, or a nightly. no sign of an integer overflow in the debugger. Did you let the first-chance exception fall through and see if it was something we handled? Did you try in a clean build or did you have add-ons installed?
Updated•9 years ago
|
Flags: needinfo?(kaslovdmitri1)
(In reply to Daniel Veditz [:dveditz] from comment #3)
> I can't reproduce on Win 10 either, using a 53.0.2 32-bit release build
> (what this was reported against), a 64-bit 54-beta debug build, or a
> nightly. no sign of an integer overflow in the debugger.
Hmm, that is not what I'm finding on my machine right now. It still replicates...windows 10 Pro 64(10.0 Build 14393). I have attached the crash dump (foxdump.dmp) incase that is needed to dig down abit more.
Perhaps, it could be my graphics drivers? I currently have Intel HD graphics 4000 with drivers of version 10.18.10.4425 (date 4/4/2016). When I inquired about this bug to someone that knows better than he, he suggested it could be my drivers- but I can't get any updates for them when I check on Interl site.
> Did you let the
> first-chance exception fall through and see if it was something we handled?
> Did you try in a clean build or did you have add-ons installed?
This was a clean build, I had no add-ons, that I know of, installed
Comment 6•9 years ago
|
||
Did the Firefox crash reporter dialog come up? It sends us additional information that would be useful in debugging this. If you have submitted your crash open the about:crashes page and find the link to the crash report. Click it to make sure it was submitted and then paste the link to the crash here. Thanks!
Flags: needinfo?(kaslovdmitri1)
There are no crashes in Firefox crash reporter. But yet on both the machines I try it on, it still crashes in the same place.
But, since you can't reproduce - I reckon perhaps it's something with my hardware perhaps.
So we can close this. But if it occurs again, I will alert you.
Flags: needinfo?(kaslovdmitri1)
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Group: gfx-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•