[Webkit-unassigned] [Bug 135380] [ARM] Ambiguous implementation of char

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 5 10:54:06 PDT 2014


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


Mark Lam <mark.lam at apple.com> changed:

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




--- Comment #2 from Mark Lam <mark.lam at apple.com>  2014-08-05 10:54:16 PST ---
(From update of attachment 235676)
I think the better fix is to make change stringFromUTF() in jsc.cpp to explicitly use a signed char since it is dependent on signed behavior for correctness.  This ensures that the code is correct independent of build configurations.  Are there other places where you’ve found the “sign”-ness of chars to be an issue?

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