Closed
Bug 505839
Opened 16 years ago
Closed 16 years ago
JS_GetStringChars( JS_ValueToString(...)..) is a bad pattern
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Core Graveyard
Installer: XPInstall Engine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
(Keywords: coverity, crash, testcase)
Attachments
(1 file)
|
2.40 KB,
patch
|
dveditz
:
review+
|
Details | Diff | Splinter Review |
This pattern can crash, xpinstall is the only place which uses this variant. bug 505838 covers the JS_GetStringBytes variant.
Comment 3•16 years ago
|
||
Comment on attachment 390286 [details] [diff] [review]
patch
r=dveditz
Attachment #390286 -
Flags: review?(dveditz) → review+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•