summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-10 10:37:38 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-10 10:37:38 +0000
commitdd297bc11d2793ba61638972778c57f2da14e8b5 (patch)
treefb7546a0a0274769ebc31001403383467c9d6e81 /src/version.c
parentdee78e1ce857985c06ff18e20daeadfe1622b8ae (diff)
downloadvim-git-8.2.3771.tar.gz
patch 8.2.3771: Vim9: accessing freed memory when checking typev8.2.3771
Problem: Vim9: accessing freed memory when checking type. Solution: Make a copy of a function type.
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 5db7dca5d..9b927f292 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3771,
+/**/
3770,
/**/
3769,