commit | 22db0d549f64aa3d8a6e366b70eb8d7e66933b82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 12:16:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 12:16:55 2021 +0200 |
tree | 452b275fdd0cb175cce79982b1688ae1bbbc7434 | |
parent | 8de901e1f1b051e02a61ae76ad7c925e4c0642e5 [diff] [blame] |
patch 8.2.2977: crash when using a null function reference Problem: Crash when using a null function reference. (Naohiro Ono) Solution: Check for an invalid function name. (closes #8367)
diff --git a/src/version.c b/src/version.c index 08f06cf..19a159d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2977, +/**/ 2976, /**/ 2975,