[Webkit-unassigned] [Bug 33903] FTBFS on GNU/kFreeBSD caused by missing strnstr() on glibc systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 08:32:59 PST 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47028|review?                     |review-
               Flag|                            |




--- Comment #1 from Darin Adler <darin at apple.com>  2010-01-20 08:32:59 PST ---
(From update of attachment 47028)
Platforms that happen to have glibc are not OS(LINUX) and just because that's
handy at one particular call site does not mean this is the correct way to do
it.

The right way to do this is to change the check at the strnstr definition,
perhaps as described in the FIXME in StringExtras.h.

Maciej Stachowiak is working on rationalizing Platform.h and might have a
suggestion on the correct way to handle this.

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