[Webkit-unassigned] [Bug 8112] New: Wrong calculation of min/max values for time_t

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Mar 31 16:03:02 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8112

           Summary: Wrong calculation of min/max values for time_t
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: bjoern.graf at gmail.com


In VC++ 2005 time_t defaults to time64_t which causes the calculation of the
minimum and maximum values in millisecondsToTM to exceed _MAX_TIME64. A naive
fix is to define _USE_32BIT_TIME_T.


-- 
Configure bugmail: http://bugzilla.opendarwin.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