[Webkit-unassigned] [Bug 26616] New: invalid unsigned type in SharedTimerWx.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 11:21:56 PDT 2009


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

           Summary: invalid unsigned type in SharedTimerWx.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevinwatters at gmail.com


The intervalInMS variable in SharedTimerWx.cpp's setSharedTimerFireTime
functions is unsigned, but it can be negative when other code sets fireTime to
be currentTime(). We need to prevent integer underflow here and make the
variable signed.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list