commit | f12129f1714f7d2301935bb21d896609bdac221c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 19:58:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 19:58:30 2022 +0100 |
tree | ce05cd5c868065408da749d38e96e8002830368d | |
parent | eb273cd7b036c35ae9070bd6352101914f273e71 [diff] [blame] |
patch 9.0.0020: with some completion reading past end of string Problem: With some completion reading past end of string. Solution: Check the length of the string.
diff --git a/src/version.c b/src/version.c index 42e9135..26cb768 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 20, +/**/ 19, /**/ 18,