commit | 60ae0e71490c97f2871a6344aca61cacf220f813 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 16 18:06:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 16 18:06:15 2022 +0100 |
tree | 0d121e2e77ddcdb1b5e37f5ca68d91d3dfdc899d | |
parent | 3c25a8617aad9860a1b179d40a183c638b3b70cc [diff] [blame] |
patch 8.2.4968: reading past end of the line when C-indenting Problem: Reading past end of the line when C-indenting. Solution: Check for NUL.
diff --git a/src/version.c b/src/version.c index 6359e03..7397e6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4968, +/**/ 4967, /**/ 4966,