[Webkit-unassigned] [Bug 135463] New: Fix unintentional integer overflow before widen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 31 07:08:45 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135463

           Summary: Fix unintentional integer overflow before widen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: p.kuczynski at samsung.com
                CC: m.pakula at samsung.com, m.leszko at samsung.com


Overflowing expression is evaluated using operands arithmetic but then is used in
context which expects an wider integer type. To avoid overflow at least one operand
has to be representative of the wider type.

-- 
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