[Webkit-unassigned] [Bug 163762] New: InSize::area() should used checked arithmetic
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 20 15:31:34 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163762
Bug ID: 163762
Summary: InSize::area() should used checked arithmetic
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: bfulgham at webkit.org, darin at apple.com,
simon.fraser at apple.com, thorton at apple.com,
zalan at apple.com
InSize::area() should used checked arithmetic since m_width and m_height are integers, and area() currently returns an unsigned value, and area() is frequently multiplied by 4 when used.
--
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/20161020/42b0993e/attachment.html>
More information about the webkit-unassigned
mailing list