Closed
Bug 304085
Opened 19 years ago
Closed 17 years ago
crash [@ JS_ValueToString - JSValIDToString] with DEBUG_CAPS_HACKER
Categories
(Core :: Security: CAPS, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
690 bytes,
patch
|
caillon
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
I had a crash under:
JS_ValueToString
JSValIDToString
PrintPropertyPolicy
PL_DHashTableEnumerate
PrintClassPolicy
nsScriptSecurityManager::PrintPolicyDB
nsScriptSecurityManager::InitPolicies
nsScriptSecurityManager::LookupPolicy
nsScriptSecurityManager::CanExecuteScripts
IsScriptEnabled
where arg/cx are null. note that certain pieces of the code use the safe
context and the crashing piece uses the stack of active contexts.
Attachment #192141 -
Flags: superreview?(dveditz)
Attachment #192141 -
Flags: review?(caillon)
Comment 2•19 years ago
|
||
Comment on attachment 192141 [details] [diff] [review]
fall back to safe [checked in]
sr=dveditz
Attachment #192141 -
Flags: superreview?(dveditz) → superreview+
Updated•19 years ago
|
Attachment #192141 -
Flags: review?(caillon) → review+
Comment 3•17 years ago
|
||
Comment on attachment 192141 [details] [diff] [review]
fall back to safe [checked in]
This patch got checked in a long time ago. Is there more work needing to be done in this bug or can it be marked FIXED?
Attachment #192141 -
Attachment description: fall back to safe → fall back to safe [checked in]
Comment on attachment 192141 [details] [diff] [review]
fall back to safe [checked in]
mozilla/caps/src/nsScriptSecurityManager.cpp 1.269
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Crash Signature: [@ JS_ValueToString - JSValIDToString]
You need to log in
before you can comment on or make changes to this bug.
Description
•