diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 08:47:51 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 08:47:51 +0000 |
commit | 190941d4859b81bb91503826906086fe5f29ef59 (patch) | |
tree | d101ad50b59068150b0ea21ba7d66df2649b2bfa /third_party/libxml/README.chromium | |
parent | 22516e1af73b96db98a7e92e637db4cd21108c59 (diff) | |
download | chromium_src-190941d4859b81bb91503826906086fe5f29ef59.zip chromium_src-190941d4859b81bb91503826906086fe5f29ef59.tar.gz chromium_src-190941d4859b81bb91503826906086fe5f29ef59.tar.bz2 |
Revert 100883 - Desist libxml from continuing the parse after a SAX callback has stopped the
parse.
BUG=95465
TEST=covered by existing tests under ASAN
Review URL: http://codereview.chromium.org/7875008
TBR=cevans@chromium.org
Review URL: http://codereview.chromium.org/7886003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/README.chromium')
-rw-r--r-- | third_party/libxml/README.chromium | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/libxml/README.chromium b/third_party/libxml/README.chromium index 83e4a2c..970b287 100644 --- a/third_party/libxml/README.chromium +++ b/third_party/libxml/README.chromium @@ -16,9 +16,8 @@ Modifications: - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/?id=ea90b894146030c214a7df6d8375310174f134b9 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df83c17e5a2646bd923f75e5e507bc80d73c9722 - Import follow-on fix for above commit: http://git.gnome.org/browse/libxml2/commit/?id=fec31bcd452e77c10579467ca87a785b41115de6 -- And a follow-on fix to the previous two fixes, committed upstream: http://git.gnome.org/browse/libxml2/commit/?id=f5048b3e71fc30ad096970b8df6e7af073bae4cb (slightly differently, but we can drop our local fix on the next roll). +- And a follow-on fix to the previous two fixes, commit upstream is pending. - Add a fix for handling of unknown namespaces, commit upstream is pending. -- Add fixes for ending the parse properly if a SAX callback calls xmlStopParser(), commit upstream is pending. To import a new snapshot of libxml: |