Closed
Bug 1690942
Opened 5 years ago
Closed 5 years ago
Crash in [@ nsScriptSecurityManager::CheckLoadURIWithPrincipalFromJS]
Categories
(Core :: Security, defect, P1)
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | fixed |
People
(Reporter: sefeng211, Assigned: ckerschb)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/4295ab90-8fcd-408f-bf1b-2fe790210204
Reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Top 10 frames of crashing thread:
0 XUL nsScriptSecurityManager::CheckLoadURIWithPrincipalFromJS caps/nsScriptSecurityManager.cpp:1141
1 XUL NS_InvokeByIndex
2 XUL XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1142
3 XUL XPC_WN_CallMethod js/xpconnect/src/XPCWrappedNativeJSOps.cpp:925
4 XUL js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:594
5 XUL Interpret js/src/vm/Interpreter.cpp:3309
6 XUL js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:619
7 XUL JS::Call js/src/jsapi.cpp:2861
8 XUL mozilla::dom::MessageListener::ReceiveMessage dom/bindings/MessageManagerBinding.cpp:6309
9 XUL mozilla::dom::JSActor::CallReceiveMessage dom/ipc/jsactor/JSActor.cpp:271
A couple of null pointer crashes. aPrincipal
was null?
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → ckerschb
Severity: -- → S2
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/1c9c0c0c5fd0
Ensure CheckLoadURIWithPrincipalFromJS does not crash when receiving nullptr principal r=dveditz
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Updated•5 years ago
|
status-firefox85:
--- → unaffected
status-firefox86:
--- → unaffected
status-firefox-esr78:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•