1
0
forked from aniani/vim

patch 8.1.2136: using freed memory with autocmd from fuzzer

Problem:    using freed memory with autocmd from fuzzer. (Dhiraj Mishra,
            Dominique Pelle)
Solution:   Avoid using "wp" after autocommands. (closes #5041)
This commit is contained in:
Bram Moolenaar
2019-10-11 21:19:13 +02:00
parent 00eab7f128
commit ec66c41d84
3 changed files with 12 additions and 1 deletions

View File

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