mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
5ec633b9b0
commit
5c6edf41f9
@@ -754,6 +754,10 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4467,
|
||||
/**/
|
||||
4466,
|
||||
/**/
|
||||
4465,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user