]> granicus.if.org Git - vim/commit
patch 9.0.0035: spell dump may go beyond end of an array v9.0.0035
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jul 2022 12:37:07 +0000 (13:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jul 2022 12:37:07 +0000 (13:37 +0100)
commit54e5fed6d27b747ff152cdb6edfb72ff60e70939
tree865527f536591729b79b0a0edf3e67dfbcf972df
parent288ed23e3929ff55a8ae30db0ba3f57b6f119dc8
patch 9.0.0035: spell dump may go beyond end of an array

Problem:    Spell dump may go beyond end of an array.
Solution:   Limit the word length.
src/spell.c
src/testdir/test_spell.vim
src/version.c