commit | e4963c543ddcfc4845fa0d42893b6a4e1aa27c47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 19:41:08 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 19:41:08 2019 +0100 |
tree | 843cef9d49d3104ef67078b87889c1d0f3b33a55 | |
parent | c666388367282c3c7d1d7af24883cfa0d40b046e [diff] [blame] |
patch 8.1.0976: dosinstall still has buffer overflow problems Problem: Dosinstall still has buffer overflow problems. Solution: Adjust buffer sizes. (Yasuhiro Matsumoto, closes #4002)
diff --git a/src/version.c b/src/version.c index 0980420..b747925 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 976, +/**/ 975, /**/ 974,