commit | d23f8bde5cd16b7752cc4a73da106673839ed824 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 11:30:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 11:30:48 2021 +0200 |
tree | affc4e5f941e4eed6805b84d5e0ade6349388c08 | |
parent | 9ce47ec0b65f81358febacbd9b808ac8ef7af85c [diff] [blame] |
patch 8.2.2793: MS-Windows: string literals are writable with MSVC Problem: MS-Windows: string literals are writable with MSVC. Solution: Add the /GF compiler flag. Make mch_write() safer. (Ken Takata, closes #8133)
diff --git a/src/version.c b/src/version.c index 01ec9a1..07a1e04 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2793, +/**/ 2792, /**/ 2791,