commit | 843b884461de1c79a1d2748549776fb13fc94360 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 14:36:15 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 14:36:15 2016 +0200 |
tree | 6c51e94545370536734e3033f67b19e5c23cbb49 | |
parent | e07e797db0c5ef1aafc650d8bb0d39fb052cf1e1 [diff] [blame] |
patch 7.4.2233 Problem: Crash when using funcref() with invalid name. (Dominique Pelle) Solution: Check for NULL translated name.
diff --git a/src/version.c b/src/version.c index 02316bf..0ab89ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2233, +/**/ 2232, /**/ 2231,