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+

Cameron Zwarich (cpst)
Reported 2008-12-12 17:20:28 PST
The following crashes: function f(a) { a != null; } f(); I have the fix.
Attachments
Proposed patch (4.95 KB, patch)
2008-12-12 17:43 PST, Cameron Zwarich (cpst)
oliver: review+
Cameron Zwarich (cpst)
Comment 1 2008-12-12 17:37:13 PST
Cameron Zwarich (cpst)
Comment 2 2008-12-12 17:43:07 PST
Created attachment 25994 [details] Proposed patch
Cameron Zwarich (cpst)
Comment 3 2008-12-12 17:47:58 PST
Landed in r39263.
Note You need to log in before you can comment on or make changes to this bug.