Permalink
1 comment
on commit
sign in to comment.
Browse files
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)- Loading branch information
Showing
with
12 additions
and 1 deletion.
- +8 −0 src/testdir/test_autocmd.vim
- +2 −0 src/version.c
- +2 −1 src/window.c
This comment has been minimized.
NicoleG25 commented onJan 2, 2020
ec66c41Note that it appears CVE-2019-20079 was assigned :)