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

Unified Diff: third_party/expat/README.chromium

Issue 1224303003: Apply a patch to prevent an integer overflow in expat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2403
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | third_party/expat/files/lib/xmlparse.c » ('j') | third_party/expat/files/lib/xmlparse.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/expat/README.chromium
diff --git a/third_party/expat/README.chromium b/third_party/expat/README.chromium
index 7b47f5f7f1ddad7d4bdfe4856427e9bd45c0b320..a0af1e2d310fdc877a4e1d934c0a6e07116860d7 100644
--- a/third_party/expat/README.chromium
+++ b/third_party/expat/README.chromium
@@ -4,7 +4,7 @@ URL: http://sourceforge.net/projects/expat/
Version: 2.1.0
License: MIT
License File: files/COPYING
-Security Critical: no
+Security Critical: yes
Description:
This is Expat XML parser - very lightweight C library for parsing XML.
@@ -38,5 +38,8 @@ Local Modifications:
lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
* Prevent a compiler warning when compiling with
WIN32_LEAN_AND_MEAN predefined.
+ lib/xmlparse.c (see xmlparse.c.original for unmodified version)
+ * Apply https://hg.mozilla.org/releases/mozilla-esr31/rev/2f3e78643f5c
+ to prevent an integer overflow.
Added files:
lib/expat_config.h (a generated config file)
« no previous file with comments | « no previous file | third_party/expat/files/lib/xmlparse.c » ('j') | third_party/expat/files/lib/xmlparse.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698