[Webkit-unassigned] [Bug 42448] crash in JSC::UString::toUInt32(bool * ok, bool tolerateEmptyString=true)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 4 06:10:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42448





--- Comment #5 from stawel at gmail.com  2010-08-04 06:10:05 PST ---
I see the same problem in the file:
javascriptcore\javascriptcore\runtime\jsvalue.h in method:

inline JSValue::JSValue(JSGlobalData* globalData, double d)
and 
inline JSValue::JSValue(ExecState* exec, double d)

there is:
     const int32_t asInt32 = static_cast<int32_t>(d);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list