[Webkit-unassigned] [Bug 24674] New: Crashes in !PLATFORM(MAC)'s formatLocaleDate, in very specific situations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 10:10:33 PDT 2009


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

           Summary: Crashes in !PLATFORM(MAC)'s formatLocaleDate, in very
                    specific situations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


While testing JavaScriptCore for the GTK+ port, I found that test
ecma_3/Date/15.9.5.6.js was crashing. It was being run with LC_ALL=C and
TZ=PST+8. The problem is that JavaScriptCore assumes strftime's %#x format will
always generate >= 4-digits years, and the call it does to strstr() fails when
2-year digits are returned.


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