[Webkit-unassigned] [Bug 166706] A couple of input strings that crash URLParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 17:18:32 PST 2017


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Alex Christensen <achristensen at apple.com> ---
You're probably hitting this assertion:
ASSERT(url == m_string);

That's correct because the canonicalized URLs are not equal to the input strings.  Don't use ParsedURLString for strings that are not the output of a successfully parsed URL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170105/a6935294/attachment.html>


More information about the webkit-unassigned mailing list