commit | 60b6e6f6cc60ac99253e1c13bd0cae4ef0e43201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 28 12:49:27 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 28 12:49:27 2021 +0200 |
tree | 7439ed4ba5579a8c36daa2de2d6820644521e696 | |
parent | 271906bc067a8f25422016665001d2e44cf618e2 [diff] [blame] |
patch 8.2.3380: crash when using NULL string for funcref() Problem: Crash when using NULL string for funcref(). Solution: Check for NULL argument. (issue #8260)
diff --git a/src/version.c b/src/version.c index c2e07c6..e9a04e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3380, +/**/ 3379, /**/ 3378,