Closed
Bug 565595
Opened 15 years ago
Closed 15 years ago
glob is used uninitialized in XPCJSContextStack::GetSafeJSContext when JS_NewContext fails
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
739 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
223 XPCJSContextStack::GetSafeJSContext(JSContext * *aSafeJSContext)
225 if(!mSafeJSContext)
254 mSafeJSContext = JS_NewContext(rt, 8192);
255 if(mSafeJSContext)
286 }
287 if(!glob && mSafeJSContext)
Updated•15 years ago
|
Attachment #445068 -
Flags: review?(jorendorff) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•