RESOLVED FIXED 22835
Crash during bytecode generation when comparing to null
https://bugs.webkit.org/show_bug.cgi?id=22835
Summary Crash during bytecode generation when comparing to null
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.