summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-01 22:26:20 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-01 22:26:20 +0100
commit5e59ea54c0c37c2f84770f068d95280069828774 (patch)
tree09f0c34da420d6aff84c745647201844c15fcfab /src/version.c
parentf12129f1714f7d2301935bb21d896609bdac221c (diff)
patch 9.0.0021: invalid memory access when adding word to spell word listv9.0.0021
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 26cb768a82..23798ee560 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 21,
+/**/
20,
/**/
19,