commit | 6d24b4ff69913270ce1e5267dd6bd8454f75e2b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 23 12:01:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 23 12:01:50 2022 +0100 |
tree | 3bddc65d5ad155e32dca4d8c27048c004ed04599 | |
parent | 68e64d2c1735f2a39afa8a0475ae29bedb116684 [diff] [blame] |
patch 8.2.5007: spell suggestion may use uninitialized memory Problem: Spell suggestion may use uninitialized memory. (Zdenek Dohnal) Solution: Avoid going over the end of the word.
diff --git a/src/version.c b/src/version.c index 43390fa..c652b31 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5007, +/**/ 5006, /**/ 5005,