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:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3246,
|
||||
/**/
|
||||
3245,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user