1
0
forked from aniani/vim

patch 8.2.5161: might still access invalid memory

Problem:    Might still access invalid memory.
Solution:   Add extra check for negative value.
This commit is contained in:
Bram Moolenaar
2022-06-26 11:17:10 +01:00
parent e178af5a58
commit 0fbc9260a7
2 changed files with 5 additions and 1 deletions

View File

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