commit | d3a117814d6acbf0dca3eff1a7626843b9b3734a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 05 16:50:40 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 05 16:50:40 2022 +0000 |
tree | 0073cd30b677362a3936829903068b3400cdf511 | |
parent | 677658ae49de31fe2e5b1fa6d93fdfab85a4362e [diff] [blame] |
patch 8.2.4009: reading one byte beyond the end of the line Problem: Reading one byte beyond the end of the line. Solution: Check for NUL byte first.
diff --git a/src/version.c b/src/version.c index 48a1c98..6b7a915 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4009, +/**/ 4008, /**/ 4007,