| 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:
|
|
|