commit | 4dc513a22c017b3061287deac74fa55f70a3214c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jul 25 19:42:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 19:42:02 2022 +0100 |
tree | 54d3fe5d91474b198a259a4b77c926cb45f287d6 | |
parent | 0c740e745a5f8702fd87689615a9684664e40764 [diff] [blame] |
patch 9.0.0070: using utfc_ptr2char_len() when length is negative Problem: Using utfc_ptr2char_len() when length is negative. Solution: Check value of length. (closes #10760)
diff --git a/src/version.c b/src/version.c index a07ccb7..83d135d 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 70, +/**/ 69, /**/ 68,