commit | 44db8213d38c39877d2148eff6a72f4beccfb94e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 21:26:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 21:26:17 2022 +0000 |
tree | eb335ea046fce7c378c65893ddb4ea2c1e27458b | |
parent | 806d037671e133bd28a7864248763f643967973a [diff] [blame] |
patch 8.2.4219: reading before the start of the line Problem: Reading before the start of the line. Solution: Check boundary before trying to read the character.
diff --git a/src/version.c b/src/version.c index 9dcf349..a3efb04 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4219, +/**/ 4218, /**/ 4217,