commit | de05bb25733c3319e18dca44e9b59c6ee389eb26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 13:08:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 13:08:14 2022 +0000 |
tree | e2f5ea4506ce6d42ad2cbe89b5e32f3713bed510 | |
parent | 54598066ca4cfaf0761aedf47e4ba9844674791e [diff] [blame] |
patch 8.2.4074: going over the end of NameBuff Problem: Going over the end of NameBuff. Solution: Check length when appending a space.
diff --git a/src/version.c b/src/version.c index 1b37a5d..1f4a031 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4074, +/**/ 4073, /**/ 4072,