1
0
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:
Zdenek Dohnal
2021-08-04 22:30:52 +02:00
committed by Bram Moolenaar
parent f18e8a969a
commit 9fe17d473a
2 changed files with 23 additions and 13 deletions

View File

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