Summary: | JSCallbackFunction::toStringCallback/valueOfCallback do not handle 0 return value | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> | ||||
Component: | JavaScriptCore | Assignee: | Gavin Barraclough <barraclough> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ggaren, mhahnenberg | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Gavin Barraclough
2012-03-17 23:52:44 PDT
oops, "and failing that call the" JSObject::defaultValue function. Created attachment 132485 [details]
Fix
Comment on attachment 132485 [details]
Fix
Can you add an additional test to testapi to verify that we don't crash on a convertToType function returning null?
|