1
0
forked from aniani/vim

patch 9.0.1609: crash when an object indirectly references itself

Problem:    Crash when an object indirectly references itself.
Solution:   Avoid clearing an object while it is already being cleared.
            (closes #12494)
This commit is contained in:
Bram Moolenaar
2023-06-05 16:53:25 +01:00
parent 5c606846b9
commit f7ca56f719
3 changed files with 41 additions and 3 deletions

View File

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