[webkit-reviews] review requested: [Bug 114377] External XML entities are not loaded with modern libxml2 : [Attachment 197394] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 13:20:20 PDT 2013


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 114377: External XML entities are not loaded with modern libxml2
https://bugs.webkit.org/show_bug.cgi?id=114377

Attachment 197394: proposed fix
https://bugs.webkit.org/attachment.cgi?id=197394&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
There are many differences between createStringParser and createMemoryParser.
I'm only fixing one, because I don't know if any of the other differences are
intentional.

Notably, I'm not adding XML_PARSE_NODICT - I checked the history, and I
couldn't find the reason why createMemoryParser uses it.


More information about the webkit-reviews mailing list