1
0
forked from aniani/vim

patch 8.2.0513: reading past allocate memory when using varargs

Problem:    Reading past allocate memory when using varargs.
Solution:   Fix copying function argument types.
This commit is contained in:
Bram Moolenaar
2020-04-05 18:20:45 +02:00
parent 5deeb3f1f9
commit 5d905c2b96
2 changed files with 16 additions and 7 deletions

View File

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