commit | 56310d38d8e866085108c7b77b756f4373d5122a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 27 17:25:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 27 17:25:05 2022 +0000 |
tree | 1976b6a184bd84128c0caee19358e09efafa65e4 | |
parent | b9a1edfc5434f2a3ac50b1a178d3c85aa417b798 [diff] [blame] |
patch 9.0.1104: invalid memory access when checking function argument types Problem: Invalid memory access when checking function argument types. Solution: Do not check beyond the number of arguments. (closes #11755)
diff --git a/src/version.c b/src/version.c index b33f6d5..8dbf11f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1104, +/**/ 1103, /**/ 1102,