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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 17:14:55 PST 2017


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

            Bug ID: 166706
           Summary: A couple of input strings that crash URLParser
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: krollin at apple.com
                CC: achristensen at apple.com

I have some test code that includes the following:

TEST_F(URLTest, ProtocolHostAndPort)
{
    URL url1(ParsedURLString, "http://username:@www.example.com:8080/index.html?var=val#fragment");
    URL url2(ParsedURLString, "http://www.example.com:/index.html?var=val#fragment");
}

When trying to include either those objects in my tests, I get the following error:

$ ./run-api-tests URLTest
Running build-api-tests
UNEXPECTEDLY EXITED URLTest.ProtocolHostAndPort

I'm assuming that "UNEXPECTEDLY EXITED" means that something has crashed, and that the thing crashing is URLParser.

-- 
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/b61c6a4c/attachment.html>


More information about the webkit-unassigned mailing list