Bug 23871 - Assertion failure beneath WebCore::openFunc when running http/tests/security/xss-DENIED-xsl-document-redirect.xml
Summary: Assertion failure beneath WebCore::openFunc when running http/tests/security/...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 10:46 PST by Adam Roben (:aroben)
Modified: 2009-02-10 13:12 PST (History)
1 user (show)

See Also:


Attachments
patch + changelog v1 (2.04 KB, patch)
2009-02-10 10:49 PST, Adam Roben (:aroben)
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-02-10 10:46:34 PST
I'm getting an assertion failure when running http/tests/security/xss-DENIED-xsl-document-redirect.xml on Windows. And I have a fix!
Comment 1 Adam Roben (:aroben) 2009-02-10 10:49:43 PST
Created attachment 27527 [details]
patch + changelog v1
Comment 2 Alexey Proskuryakov 2009-02-10 11:36:14 PST
Comment on attachment 27527 [details]
patch + changelog v1

r=me. I wonder why this didn't occur on Mac.

Note to self: check if this fixes bug 6347 somehow :)
Comment 3 Adam Roben (:aroben) 2009-02-10 13:02:53 PST
(In reply to comment #2)
> (From update of attachment 27527 [details] [review])
> r=me. I wonder why this didn't occur on Mac.

I'm not sure. On Windows the URL being passed in was this: "file:///h:/cyghome/dev/Build_WebKit/bin/../etc/catalog", and m_string was this: "file:///h:/cyghome/dev/Build_WebKit/etc/catalog".
Comment 4 Adam Roben (:aroben) 2009-02-10 13:12:36 PST
Landed as r40831