1
0
forked from aniani/vim

patch 9.0.1499: using uninitialized memory with fuzzy matching

Problem:    Using uninitialized memory with fuzzy matching.
Solution:   Initialize the arrays used to store match positions.
This commit is contained in:
Bram Moolenaar
2023-04-29 21:38:04 +01:00
parent 58806c1553
commit caf642c25d
4 changed files with 40 additions and 11 deletions

View File

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