Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: third_party/libxml/chromium/roll.py

Issue 2797923004: Improve XML serialization, URI parsing, and XPath node set processing. (Closed)
Patch Set: Rebase. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libxml/chromium/roll.py
diff --git a/third_party/libxml/chromium/roll.py b/third_party/libxml/chromium/roll.py
index 1808c30d34823cfe736eb2b416de68fdbe9238df..a49dff19b77432c3906dadf790bd433cd69daac6 100755
--- a/third_party/libxml/chromium/roll.py
+++ b/third_party/libxml/chromium/roll.py
@@ -75,6 +75,10 @@ PATCHES = [
'chromium-issue-620679.patch',
'chromium-issue-628581.patch',
'chromium-issue-683629.patch',
+ 'libxml2-2.9.4-security-CVE-2017-7375-xmlParsePEReference-xxe.patch',
+ 'libxml2-2.9.4-security-CVE-2017-7376-nanohttp-out-of-bounds-write.patch',
+ 'libxml2-2.9.4-security-xpath-nodetab-uaf.patch',
+ 'libxml2-2.9.4-xmlDumpElementContent-null-deref.patch',
]
« no previous file with comments | « third_party/libxml/chromium/libxml2-2.9.4-xmlDumpElementContent-null-deref.patch ('k') | third_party/libxml/src/parser.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698