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

Unified Diff: README.chromium

Issue 300233002: [hunspell] Fix read from uninit memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/hunspell.git@master
Patch Set: Fix nit. Created 6 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 | google.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 9f9d2de378c6fa38a1e4ad8ff5a6c06b208e159c..ba9d99a6cc316a89578ffd5a9e0b3ed203f67cd4 100644
--- a/README.chromium
+++ b/README.chromium
@@ -21,6 +21,7 @@ The patch is in google.patch.
replacement table from the bdict file for the secondary suggestion mechanism.
* Avoid crash in SuggestMgr::forgotchar_utf() and SuggestMgr::forgotchar() on
Windows by using a one-character larger buffer.
+* calloc buffers in SuggestMgr::lcs to avoid reads from uninintialized buffers.
Chromium-specific changes are in google.patch. To update the patch, follow these
steps:
@@ -31,7 +32,7 @@ steps:
2) Apply the existing patch:
$ cd hunspell
$ patch -p0 -i ~/src/third_party/hunspell/google.patch
-3) Make your new changes.
+3) Make your new changes inside the CVS hunspell directory.
4) Generate the updated patch:
$ cvs diff -u > ~/src/third_party/hunspell/google.patch
« no previous file with comments | « no previous file | google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698