commit | 2886dccebaec2da55e5a99bd88d44ae4217dee6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 12:10:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 12:10:25 2019 +0200 |
tree | cfa697e6fce0fbb8e85af28cb68d8185c9802722 | |
parent | 792cf5e1bec04c6d6d70cfbb9ef24c798b469731 [diff] [blame] |
patch 8.1.2105: MS-Windows: system() may crash Problem: MS-Windows: system() may crash. Solution: Do not use "itmp" when it is NULL. (Yasuhiro Matsumoto, closes #5005)
diff --git a/src/version.c b/src/version.c index 29273b5..229312b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2105, +/**/ 2104, /**/ 2103,