commit | 74ac29cecd56457ee93f3f71b31b7a2e6d9712d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 12:12:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 12:12:44 2022 +0100 |
tree | a76e393ca6777a1b7c940dff809f5f9f319a91ee | |
parent | 377d92a912d4d11a336322a6eeff128cf8ebb5fa [diff] [blame] |
patch 8.2.5097: using uninitialized memory when using 'listchars' Problem: Using uninitialized memory when using 'listchars'. Solution: Use the length returned by mb_char2bytes(). (closes #10576)
diff --git a/src/version.c b/src/version.c index 3ee54db..4d63c86 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5097, +/**/ 5096, /**/ 5095,