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

Unified Diff: third_party/expat/README.chromium

Issue 1151263010: Apply a patch from Mozilla to prevent an integer overflow in expat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix README typo Created 5 years, 6 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') | no next file with comments »
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..94d9c381f1c41ec16dc97007ade2ed89a8249864 100644
--- a/third_party/expat/README.chromium
+++ b/third_party/expat/README.chromium
@@ -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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698