1
0
forked from aniani/vim

patch 8.2.4782: accessing freed memory

Problem:    Accessing freed memory.
Solution:   Clear evalarg after checking for trailing characters.
            (issue #10218)
This commit is contained in:
Bram Moolenaar
2022-04-18 15:21:17 +01:00
parent d0a20c9d11
commit a929c922b1
3 changed files with 20 additions and 1 deletions

View File

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