]> granicus.if.org Git - vim/commit
patch 8.2.4466: MS-Windows: illegal memory access in installer v8.2.4466
authorCam Sinclair <csinkers@gmail.com>
Fri, 25 Feb 2022 17:42:23 +0000 (17:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2022 17:42:23 +0000 (17:42 +0000)
commit5c6edf41f9beffea21ce45d658822cc4c0745fdb
treec5f2c4400cd8ee1a5aa792439c8680b6881beff1
parent5ec633b9b0400519db60253cb5846e50394218b4
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)
src/dosinst.c
src/testdir/test_filetype.vim
src/version.c