commit | a97c36310f90ed15dbf5a2ba5bf91fc906e2e724 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 22:39:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 15 22:39:11 2021 +0200 |
tree | dde2b162d72a2925f7cc90863a9bd324a55b0b36 | |
parent | f57b43c230c23117650c956c1f62546a34500fb6 [diff] [blame] |
patch 8.2.3006: crash when echoing a value very early Problem: Crash when echoing a value very early. (Naruhiko Nishino) Solution: Do not use a NUL to truncate the message, make a copy. (closes #8388)
diff --git a/src/version.c b/src/version.c index 21f5b53..caba20a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3006, +/**/ 3005, /**/ 3004,