summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-07 19:42:04 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-07 19:42:04 +0100
commitcaea66442d86e7bbba3bf3dc202c3c0d549b9853 (patch)
treef0fa5d377932b6f88cd39395095f9cf7d11d55e5 /src/version.c
parentb8329db36a886355e6e9cb9986a3668fef78c438 (diff)
downloadvim-git-caea66442d86e7bbba3bf3dc202c3c0d549b9853.tar.gz
patch 9.0.0045: reading past end of completion with a long linev9.0.0045
Problem: Reading past end of completion with a long line and 'infercase' set. Solution: Allocate the string if needed.
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 31ece0e6b..75de2fc7b 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 */
/**/
+ 45,
+/**/
44,
/**/
43,