1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-07-04 13:37:07 +01:00
parent 288ed23e39
commit 54e5fed6d2
3 changed files with 17 additions and 2 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
35,
/**/
34,
/**/