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/libxml/README.chromium

Issue 1914903002: libxml: Fix undefined behavior due to integer overflow when parsing uri port. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/libxml/src/uri.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/README.chromium
diff --git a/third_party/libxml/README.chromium b/third_party/libxml/README.chromium
index ba26d0944c1cba026719a56e55bee590b8ab08ed..c48be8eb2728caac37e3a2b2c1bb53285a0ccb55 100644
--- a/third_party/libxml/README.chromium
+++ b/third_party/libxml/README.chromium
@@ -18,6 +18,7 @@ Modifications:
- Add workaround for VS 2015 Update 2 code-gen bug - crbug.com/599427
- Add patch from https://bugzilla.gnome.org/show_bug.cgi?id=758588 for
https://crbug.com/595262#c16
+- Fix integer overflow https://crbug.com/602280
To import a new snapshot:
« no previous file with comments | « no previous file | third_party/libxml/src/uri.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698