1
0
forked from aniani/vim

patch 8.2.3246: memory use after free

Problem:    Memory use after free.
Solution:   When clearing a string option set the pointer to "empty_option".
This commit is contained in:
Bram Moolenaar
2021-07-29 21:11:30 +02:00
parent 131530a54d
commit 77111e2bfc
2 changed files with 3 additions and 1 deletions

View File

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