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

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


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





------- Comment #3 from darin at apple.com  2009-03-18 10:45 PDT -------
(From update of attachment 28722)
> +#include <langinfo.h>

Is langinfo.h available on all the platforms we need to support, such as
Windows? If not, then this needs to be inside an #if.

> +        char* yPos = strstr(formatString, "y");

Should be strchr, not strstr.

Is this really the simplest possible solution?


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