[Webkit-unassigned] [Bug 30508] [libxml2] parsing broken with libxml2 >= 2.7.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 10:20:50 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41416|review?                     |review-
               Flag|                            |




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2009-10-19 10:20:50 PDT ---
(From update of attachment 41416)
> +	    String toParse = "<?xml version=\"1.0\" ?>" + parseString;

doWrite is called several times, once per chunk of data arriving from network.
We certainly can't insert the XML declaration into the middle of XML source.

If no test broke because of this change, we should add one that will (possibly
an http one, to make sending data in chunks easier).

Also, there are tabs in the patch, which should be spaces.

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