commit | 6076fe1986255d32b7a078a28bf9e7bea19d6f30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 22:49:56 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 22:49:56 2016 +0100 |
tree | daf55b7116c9367fd61f9b3b9c00a95067b896e6 | |
parent | 4d919d748e4e435edb135aa5ccf6ee7de9212023 [diff] [blame] |
patch 7.4.1264 Problem: Crash when receiving an empty array. Solution: Check for array with wrong number of arguments. (Damien)
diff --git a/src/version.c b/src/version.c index 4f8f454..9939665 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1264, +/**/ 1263, /**/ 1262,