forked from aniani/vim
patch 8.2.3290: Vim9: compiling dict may use pointer after free
Problem: Vim9: compiling dict may use pointer after free and leak memory on
failure.
Solution: Pass a pointer to generate_PUSHS(). (Zdenek Dohnal, closes #8699)
This commit is contained in:
committed by
Bram Moolenaar
parent
f18e8a969a
commit
9fe17d473a
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3290,
|
||||
/**/
|
||||
3289,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user