commit | 65b605665997fad54ef39a93199e305af2fe4d7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 19:26:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 19:26:53 2021 +0200 |
tree | 2d8c3f5bd283e794dd2c3911b46f9a7485e09365 | |
parent | ddfc05100a29263a682dd96bb924dfde4354a654 [diff] [blame] |
patch 8.2.3409: reading beyond end of line with invalid utf-8 character Problem: Reading beyond end of line with invalid utf-8 character. Solution: Check for NUL when advancing.
diff --git a/src/version.c b/src/version.c index 54533dc..0eb6899 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3409, +/**/ 3408, /**/ 3407,