commit | 5c6edf41f9beffea21ce45d658822cc4c0745fdb | [log] [tgz] |
---|---|---|
author | Cam Sinclair <csinkers@gmail.com> | Fri Feb 25 17:42:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 17:42:23 2022 +0000 |
tree | c5f2c4400cd8ee1a5aa792439c8680b6881beff1 | |
parent | 5ec633b9b0400519db60253cb5846e50394218b4 [diff] [blame] |
patch 8.2.4466: MS-Windows: illegal memory access in installer Problem: MS-Windows: illegal memory access in installer when using "create-directories" as the final argument. Solution: Check the argument count. (Cam Sinclair, closes #9844)
diff --git a/src/version.c b/src/version.c index 94479e3..d82fff5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,10 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4467, +/**/ + 4466, +/**/ 4465, /**/ 4464,