1
0
forked from aniani/vim

patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter

Problem:    Using freed memory when using synstack() and synID() in WinEnter.
Solution:   Check using the syntax window. (closes #10204)
This commit is contained in:
zeertzjq
2022-04-16 16:49:24 +01:00
committed by Bram Moolenaar
parent e0805b849c
commit ca7e86c237
3 changed files with 18 additions and 2 deletions

View File

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