commit | bce69d65dd41020ea1d727337a3baf9e95b40c35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 13:45:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 13:45:52 2022 +0100 |
tree | 63ac7567a44b3dbe4677d781076118283893c66e | |
parent | 37233f6022b3ed16985a91d22752b3ca162e21d0 [diff] [blame] |
patch 8.2.4998: Vim9: crash when using multiple funcref() Problem: Vim9: crash when using multiple funcref(). Solution: Check if varargs type is NULL. (closes #10467)
diff --git a/src/version.c b/src/version.c index 5ae7693..b18d0a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4998, +/**/ 4997, /**/ 4996,