commit | 0af2d32c21d48d450a7a1277b2029b9eeed6bebf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 23:00:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 23:00:53 2017 +0200 |
tree | c10e36cd847e113283ca4fb9875952800c3cc850 | |
parent | 22aa23fd8cf74f535dba5eb8f6d02107ba2c512c [diff] [blame] |
patch 8.0.0875: crash with weird command sequence Problem: Crash with weird command sequence. (Dominique Pelle) Solution: Use vim_snprintf() instead of STRCPY().
diff --git a/src/version.c b/src/version.c index bc72c83..da594f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 875, +/**/ 874, /**/ 873,