RESOLVED DUPLICATE of bug 153250153372
ASSERT(directoryURL.length() == directoryURLPathStart + 1 || directoryURL[directoryURL.length() - 1] != '/') fails in CredentialStorage::findDefaultProtectionSpaceForURL()
https://bugs.webkit.org/show_bug.cgi?id=153372
Summary ASSERT(directoryURL.length() == directoryURLPathStart + 1 || directoryURL[dir...
Daniel Bates
Reported 2016-01-22 14:06:32 PST
Using a debug build of WebKit, run: Tools/Scripts/run-webkit-tests --debug --no-retry-failures --child-processes=1 http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html http/tests/security/xssAuditor/embed-tag-in-path-unterminated.html Then we will crash because the assertion ASSERT(directoryURL.length() == directoryURLPathStart + 1 || directoryURL[directoryURL.length() - 1] != '/') fails in CredentialStorage::findDefaultProtectionSpaceForURL().
Attachments
Patch and layout tests (7.72 KB, patch)
2016-01-22 14:10 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2016-01-22 14:06:44 PST
Daniel Bates
Comment 2 2016-01-22 14:10:00 PST
Created attachment 269605 [details] Patch and layout tests
Daniel Bates
Comment 3 2016-01-22 14:26:25 PST
*** This bug has been marked as a duplicate of bug 153250 ***
Note You need to log in before you can comment on or make changes to this bug.