commit | 2de5371a755abd287dab6ff544924715a76d4abe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 11:06:35 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 11:06:35 2021 +0000 |
tree | a1162f966cf3aa2188a862bcebef924689e4cb83 | |
parent | 389b72196e6aaeafe3f907c73d271f2c6b931140 [diff] [blame] |
patch 8.2.3850: illegal memory access when displaying a partial Problem: Illegal memory access when displaying a partial. Solution: Terminate the string with a NUL. (closes #9371)
diff --git a/src/version.c b/src/version.c index 372b760..5272a5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3850, +/**/ 3849, /**/ 3848,