[Webkit-unassigned] [Bug 263994] New: mModeFlags uses a signed variable instead of unsigned for bits even though mModeFlags is a UInt64
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 31 13:45:26 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=263994
Bug ID: 263994
Summary: mModeFlags uses a signed variable instead of unsigned
for bits even though mModeFlags is a UInt64
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: doremylover123 at gmail.com
The value we use to bitwise AND should be unsigned or else we risk overflowing an integer and sign extending 1.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231031/16fa15a7/attachment.htm>
More information about the webkit-unassigned
mailing list