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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Protocol Buffers 1 Name: Protocol Buffers
2 Short Name: protobuf 2 Short Name: protobuf
3 URL: https://github.com/google/protobuf 3 URL: https://github.com/google/protobuf
4 License: BSD 4 License: BSD
5 License File: LICENSE 5 License File: LICENSE
6 Version: 3.0.0-beta-3 6 Version: 3.0.0-beta-3
7 Revision: 3470b6895aa659b7559ed678e029a5338e535f14 7 Revision: 3470b6895aa659b7559ed678e029a5338e535f14
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Steps used to create the current version: 10 Steps used to create the current version:
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 These patches uninline some functions, resulting in a significant reduction 70 These patches uninline some functions, resulting in a significant reduction
71 (somewhere between 500 KB and 1 MB) of binary size. 71 (somewhere between 500 KB and 1 MB) of binary size.
72 72
73 - 0011-libprotobuf_export.patch 73 - 0011-libprotobuf_export.patch
74 74
75 During merge with internal branch, the dll export attribute was accidentally 75 During merge with internal branch, the dll export attribute was accidentally
76 removed in C++11 mode. 76 removed in C++11 mode.
77 77
78 Fixed in https://github.com/google/protobuf/pull/1549 78 Fixed in https://github.com/google/protobuf/pull/1549
79 - 0012-fix-overflow-FastUInt32ToBufferLeft.patch
80
81 This fixed a signed overflow in FastUInt32ToBufferLeft. The patch should be
82 removed once https://github.com/google/protobuf/pull/2496 is merged.
OLDNEW
« 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