commit | 06f15416bb8d5636200a10776f1752c4d6e49f31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 10:51:59 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 10:51:59 2022 +0000 |
tree | 65ebdd6be53eb416d3550989d9fc5004e4fe7fb6 | |
parent | e96eea7b6a56bc7c12e062e90b2e816ff61e705c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b0d48d5..005a394 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4247, +/**/ 4246, /**/ 4245,