]> granicus.if.org Git - vim/commit
patch 9.0.0109: writing over the end of a buffer on stack v9.0.0109
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2022 10:39:57 +0000 (11:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2022 10:39:57 +0000 (11:39 +0100)
commit1eead4cf1daf87ee41aeb4de3b3e38708417f9d5
tree0adb3cb7702cb70213741f3dcddda26f520f64a9
parent5f6cae8b8a49c435556e32f84d067cd0b4d28e4c
patch 9.0.0109: writing over the end of a buffer on stack

Problem:    Writing over the end of a buffer on stack when making list of
            spell suggestions.
Solution:   Make sure suggested word is not too long. (closes #10812)
src/spellsuggest.c
src/testdir/test_spell_utf8.vim
src/version.c