Closed
Bug 1356706
Opened 8 years ago
Closed 8 years ago
assert(callee.Kind == "Drf") in hazard analysis
Categories
(Core :: JavaScript: GC, enhancement)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
When importing PDFium, we hit this assertion. It turns out to be due to an intentional crash, where they cast 0xbd to a function pointer and call it.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8858429 [details] [diff] [review]
Handle intentional crash via calling a constant function pointer
I'm going to declare this trivial enough to self-review.
Attachment #8858429 -
Flags: review+
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8bffc18d9f25
Handle intentional crash via calling a constant function pointer, r=woof!
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•