]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3484: crash when going through spell suggestions v8.2.3484
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Oct 2021 12:41:07 +0000 (13:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Oct 2021 12:41:07 +0000 (13:41 +0100)
commite275ba4fc994474155fbafe8b87a6d3b477456ba
tree6d474169be70959a09da92686e061901455691ba
parente2982d691186c8a9b16ecc8d831d2472088c8ed8
patch 8.2.3484: crash when going through spell suggestions

Problem:    Crash when going through spell suggestions.
Solution:   Limit the text length for finding suggestions to the original
            length.  Do not update buffers when exiting. (closes #8965)
src/clipboard.c
src/spellsuggest.c
src/testdir/test_spell_utf8.vim
src/version.c