[Webkit-unassigned] [Bug 161866] New: Undefined behavior: Left shift negative number
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 12 10:13:49 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161866
Bug ID: 161866
Summary: Undefined behavior: Left shift negative number
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jbedard at apple.com
Left shifting a negative number is undefined behavior in C/C++, although most implementations do defined this behavior.
The following files left shift negative numbers:
JavaScriptCore/dfg/DFGAbstractHeap.h
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160912/10fb053b/attachment.html>
More information about the webkit-unassigned
mailing list