[Webkit-unassigned] [Bug 61572] KURL::protocolIs(const char* protocol) asserts in Debug builds with valid protocols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 16:41:02 PDT 2011


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





--- Comment #1 from Darin Adler <darin at apple.com>  2011-05-26 16:41:02 PST ---
This is working as designed.

The protocolIs function was designed to be used only with protocols that contain only letters. We can add the feature of checking for other protocols, and that will make it slower. We’re not assuming that all valid protocols contain entirely letters, just that all the ones we are using with this function are entirely letters.

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