patch 8.2.3375: using uninitialized memory

Problem:    Using uninitialized memory.
Solution:   Initialize textprop_save_len.
This commit is contained in:
Bram Moolenaar
2021-08-25 17:31:37 +02:00
parent eb05d05f8a
commit df9070e300
2 changed files with 4 additions and 1 deletions

View File

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