]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4247: stack corruption when looking for spell suggestions v8.2.4247
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jan 2022 10:51:59 +0000 (10:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jan 2022 10:51:59 +0000 (10:51 +0000)
commit06f15416bb8d5636200a10776f1752c4d6e49f31
tree65ebdd6be53eb416d3550989d9fc5004e4fe7fb6
parente96eea7b6a56bc7c12e062e90b2e816ff61e705c
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.
src/spellsuggest.c
src/testdir/test_spell.vim
src/version.c