[Webkit-unassigned] [Bug 54519] fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html crashing on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 15 19:52:27 PST 2011


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





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2011-02-15 19:52:28 PST ---
This could be what Darin described in bug 54444 comment 3: "if a partial sequence is invalid, then the remainder of that is left as a partial sequence. But the remainder could contain plain ASCII characters, and the code does not handle that path correctly."

Looks like ArrayBuffer isn't enabled on Windows (unlike Mac), and that's what is making the test try to decode the binary response as text and execute a buggy code path. It should be easy to make this happen on Mac by modifying the test to not set responseType.

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