commit | 4c054e9fb23027b55a09ee647a3a2c91936aeb1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 00:13:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 00:13:50 2019 +0100 |
tree | d82b63c1d746e94f9f6ae1a8083fbdbd60f79612 | |
parent | ee85702c10495041791f728e977b86005c4496e8 [diff] [blame] |
patch 8.1.2282: crash when passing many arguments through a partial Problem: Crash when passing many arguments through a partial. (Andy Massimino) Solution: Check the number of arguments. (closes #5186)
diff --git a/src/version.c b/src/version.c index 9e00ea9..9d2025f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2282, +/**/ 2281, /**/ 2280,