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

Unified Diff: third_party/protobuf/README.chromium

Issue 2570123002: Fix integer overflow in FastUInt32ToBufferLeft (Closed)
Patch Set: CQ refresh Created 3 years, 10 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/protobuf/patches/0012-fix-overflow-FastUInt32ToBufferLeft.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/README.chromium
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
index 8838fbc2715f88ba266247fb32e58147b04ad0a0..77d887fbfab69687ea3301ea96efd29f092ca13d 100644
--- a/third_party/protobuf/README.chromium
+++ b/third_party/protobuf/README.chromium
@@ -76,3 +76,7 @@ Description of the patches:
removed in C++11 mode.
Fixed in https://github.com/google/protobuf/pull/1549
+- 0012-fix-overflow-FastUInt32ToBufferLeft.patch
+
+ This fixed a signed overflow in FastUInt32ToBufferLeft. The patch should be
+ removed once https://github.com/google/protobuf/pull/2496 is merged.
« no previous file with comments | « no previous file | third_party/protobuf/patches/0012-fix-overflow-FastUInt32ToBufferLeft.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698