Closed
Bug 217768
Opened 21 years ago
Closed 21 years ago
interruptHandler isn't properly loaded if trapHandler returns JSTRAP_CONTINUE
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rginda, Assigned: rginda)
Details
(Keywords: fixed1.5)
Attachments
(1 file)
597 bytes,
patch
|
brendan
:
superreview+
asa
:
approval1.5+
|
Details | Diff | Splinter Review |
It is possible for a call to rt->trapHandler to modify rt->interruptHook,
js_Interp doesn't currently deal with that in the JSTRAP_CONTINUE case.
Patch coming up.
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #130609 -
Flags: superreview?(brendan)
Attachment #130609 -
Flags: approval1.5?
Comment 3•21 years ago
|
||
Comment on attachment 130609 [details] [diff] [review]
simple patch
Looks good -- any other places like it? I didn't see any.
I'll let another driver approve, but this is safe for 1.5 final.
/be
Attachment #130609 -
Flags: superreview?(brendan) → superreview+
Comment 4•21 years ago
|
||
Comment on attachment 130609 [details] [diff] [review]
simple patch
a=asa (on behalf of drivers) for checkin to Mozilla 1.5
Attachment #130609 -
Flags: approval1.5? → approval1.5+
Assignee | ||
Comment 5•21 years ago
|
||
checked in to branch and trunk
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•