[Webkit-unassigned] [Bug 31901] New: Incorrect behaviour of jneq_null in the interpreter
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 25 21:46:22 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31901
Summary: Incorrect behaviour of jneq_null in the interpreter
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: oliver at apple.com
The interpreters implementation of op_jneq_null is incorrect when the value
being compared is set to masquerade as undefined. The result is that
if (document.all == null) {
alert("PASS")
} else {
alert("FAIL")
}
Will fail.
--
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