1
0
forked from aniani/vim

patch 8.2.4247: stack corruption when looking for spell suggestions

Problem:    Stack corruption when looking for spell suggestions.
Solution:   Prevent the depth increased too much.  Add a five second time
            limit to finding suggestions.
This commit is contained in:
Bram Moolenaar
2022-01-29 10:51:59 +00:00
parent e96eea7b6a
commit 06f15416bb
3 changed files with 25 additions and 2 deletions

View File

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