1
0
forked from aniani/vim

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)
This commit is contained in:
zeertzjq
2022-07-25 19:42:02 +01:00
committed by Bram Moolenaar
parent 0c740e745a
commit 4dc513a22c
2 changed files with 12 additions and 11 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
70,
/**/
69,
/**/