commit | f6d39c31d2177549a986d170e192d8351bd571e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 17:50:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 17:50:38 2022 +0100 |
tree | 88571362c680104807bb5201a8e1f52871b8de39 | |
parent | 948a3894d98f5e2a6e7fc57189fe9c2a5919eebf [diff] [blame] |
patch 9.0.0220: invalid memory access with for loop over NULL string Problem: Invalid memory access with for loop over NULL string. Solution: Make sure mb_ptr2len() consistently returns zero for NUL.
diff --git a/src/version.c b/src/version.c index 3aff052..a6293e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 220, +/**/ 219, /**/ 218,