Closed
Bug 482899
Opened 16 years ago
Closed 16 years ago
Don't call the reviver function when the JSON parse fails
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sayrer, Assigned: sayrer)
References
Details
(Keywords: fixed1.9.1, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
1.73 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
Should return early after reporting a parse error in JS_FinishJSONParse.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Attachment #366994 -
Attachment is obsolete: true
Comment 3•16 years ago
|
||
Comment on attachment 366995 [details] [diff] [review]
exit early, fix jsval naming nit, add test
Hm, I missed the v/vp name-botch. Bad me!
Attachment #366995 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Flags: blocking1.9.1+
Assignee | ||
Updated•16 years ago
|
Assignee: general → sayrer
Assignee | ||
Comment 4•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Assignee | ||
Comment 5•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•16 years ago
|
||
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•