1
0
forked from aniani/vim

patch 8.1.0905: complicated regexp causes a crash

Problem:    Complicated regexp causes a crash. (Kuang-che Wu)
Solution:   Limit the recursiveness of addstate(). (closes #3941)
This commit is contained in:
Bram Moolenaar
2019-02-12 23:05:46 +01:00
parent 00f148d2f2
commit 5567ad48b6
3 changed files with 73 additions and 18 deletions

View File

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