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

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: 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') | src/hunspell/suggestmgr.cxx » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 9f9d2de378c6fa38a1e4ad8ff5a6c06b208e159c..ccaf8f5c04438bc216de75766d1b051c7c340095 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:
« no previous file with comments | « no previous file | google.patch » ('j') | src/hunspell/suggestmgr.cxx » ('J')

Powered by Google App Engine
This is Rietveld 408576698