commit | caf73dcfade0a435ea3f989285b43f07c40c9948 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 26 21:39:13 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 26 21:39:13 2020 +0100 |
tree | ae9c2d80671b11dd22ab7979e3969bdaee09ec6a | |
parent | cb80aa2d53e56d3aba3b3c439fb467f29a750c5e [diff] [blame] |
patch 8.2.1910: reading past the end of the command line Problem: Reading past the end of the command line. Solution: Check for NUL. (closes #7204)
diff --git a/src/version.c b/src/version.c index ac8155a..04bfc7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1910, +/**/ 1909, /**/ 1908,