commit | 5e59ea54c0c37c2f84770f068d95280069828774 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 22:26:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 22:26:20 2022 +0100 |
tree | 09f0c34da420d6aff84c745647201844c15fcfab | |
parent | f12129f1714f7d2301935bb21d896609bdac221c [diff] [blame] |
patch 9.0.0021: invalid memory access when adding word to spell word list Problem: Invalid memory access when adding word with a control character to the internal spell word list. Solution: Disallow adding a word with control characters or a trailing slash.
diff --git a/src/version.c b/src/version.c index 26cb768..23798ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 21, +/**/ 20, /**/ 19,