commit | 78e0fa4cf4fcd563c0bc8c87afa54d4f5dc22020 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 21:58:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 21:58:53 2021 +0100 |
tree | f1fe10b941628fde42efa4e489fe9b2310888624 | |
parent | 2e258bd79f403bcccb1336bea70803957a83808f [diff] [blame] |
patch 8.2.3482: reading beyond end of line ending in quote and backslash Problem: Reading beyond end of line ending in quote and backslash. Solution: Check for non-NUL after backslash. (closes #8964)
diff --git a/src/version.c b/src/version.c index 31fb2a6..b0049e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3482, +/**/ 3481, /**/ 3480,