Closed
Bug 472794
Opened 16 years ago
Closed 16 years ago
Crash [@ XPCWrappedNative::GetIdentityObject] with XPCNativeWrapper.prototype
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: moz_bug_r_a4, Assigned: mrbkap)
References
Details
(Keywords: verified1.9.1)
Attachments
(2 files)
76 bytes,
text/html
|
Details | |
951 bytes,
patch
|
jst
:
review+
jst
:
superreview+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
xpc_qsUnwrapThisImpl has a similar problem to bug 471366.
http://mxr.mozilla.org/mozilla-central/source/js/src/xpconnect/src/xpcquickstubs.cpp#536
Assignee | ||
Comment 1•16 years ago
|
||
Easy fix.
Assignee: nobody → mrbkap
Status: NEW → ASSIGNED
Attachment #356281 -
Flags: superreview?(jst)
Attachment #356281 -
Flags: review?(jorendorff)
Updated•16 years ago
|
Attachment #356281 -
Flags: superreview?(jst)
Attachment #356281 -
Flags: superreview+
Attachment #356281 -
Flags: review?(jorendorff)
Attachment #356281 -
Flags: review+
Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Attachment #356281 -
Flags: approval1.9.1?
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 356281 [details] [diff] [review]
Fix
Pretty easy null-defense patch.
Updated•16 years ago
|
Attachment #356281 -
Flags: approval1.9.1? → approval1.9.1+
Comment 4•16 years ago
|
||
Comment on attachment 356281 [details] [diff] [review]
Fix
a191=beltzner
Assignee | ||
Comment 5•16 years ago
|
||
No revision because of merging pain and the checkin for bug 472674.
Keywords: fixed1.9.1
Comment 7•16 years ago
|
||
Verified fixed on the 1.9.1 branch using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090518 Shiretoko/3.5b5pre. I used the testcase in the bug to verify.
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•