Bug 22835

Summary: Crash during bytecode generation when comparing to null
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch oliver: review+

Description Cameron Zwarich (cpst) 2008-12-12 17:20:28 PST
The following crashes:

function f(a)
{
    a != null;
}
f();

I have the fix.
Comment 1 Cameron Zwarich (cpst) 2008-12-12 17:37:13 PST
<rdar://problem/6286749>
Comment 2 Cameron Zwarich (cpst) 2008-12-12 17:43:07 PST
Created attachment 25994 [details]
Proposed patch
Comment 3 Cameron Zwarich (cpst) 2008-12-12 17:47:58 PST
Landed in r39263.