commit | 2bdad6126778f907c0b98002bfebf0e611a3f5db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 19:52:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 19:52:12 2022 +0100 |
tree | 6403c69eac164143c2351ddaa9b24d68eebd1180 | |
parent | b55986c52d4cd88a22d0b0b0e8a79547ba13e1d5 [diff] [blame] |
patch 8.2.4647: "source" can read past end of copied line Problem: "source" can read past end of copied line. Solution: Add a terminating NUL.
diff --git a/src/version.c b/src/version.c index 14fd1c3..b18de4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4647, +/**/ 4646, /**/ 4645,