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

Unified Diff: third_party/brotli/README.chromium

Issue 2027873006: Fix an unitialized variable warning in Brotli. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/brotli/enc/encode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/brotli/README.chromium
diff --git a/third_party/brotli/README.chromium b/third_party/brotli/README.chromium
index 15478026873dd54dcc364f8af361806d616c59f1..ceddd44f56cb3f273320a1c81479ba94690a6dd4 100644
--- a/third_party/brotli/README.chromium
+++ b/third_party/brotli/README.chromium
@@ -24,3 +24,5 @@ Local Modifications:
- bro.gypi: Added.
- enc/static_dict_lut.h: split up into two files (enc/static_dict_lut.h,
enc/static_dict_lut2.h) to allow upload to codereview.
+- Line 1158 of enc/encode.cc has been modified to fix an unitialized variable
+ warning. Cherry-pick of c6d38e94cbf9ec094b1e84f6a3a675c9dc42fbed.
« no previous file with comments | « no previous file | third_party/brotli/enc/encode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698