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