1
0
forked from aniani/vim

patch 9.0.1144: reading beyond text

Problem:    Reading beyond text.
Solution:   Add strlen_maxlen() and use it.
This commit is contained in:
Bram Moolenaar
2023-01-04 15:56:51 +00:00
parent 7b17eb4b06
commit c32949b077
5 changed files with 30 additions and 2 deletions

View File

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