commit | 56acd1f8ed4d86e92684f90b3b8e0e9a355208d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 13:24:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 13:24:52 2022 +0000 |
tree | 3a73053a17bce787b6f3af483c96da5db22837bd | |
parent | 0257599036ceb3658b27a4de07834ca0d2fa418e [diff] [blame] |
patch 8.2.4413: Vim9: Coverity warns for using NULL pointer Problem: Vim9: Coverity warns for using NULL pointer. Solution: Give an internal error when funcref function can't be found.
diff --git a/src/version.c b/src/version.c index 9db5ad3..cbe988b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4413, +/**/ 4412, /**/ 4411,