0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.1620: reading spell file has no good EOF detection

Problem:    Reading spell file has no good EOF detection.
Solution:   Check for EOF at every character read for a length field.
This commit is contained in:
Bram Moolenaar
2018-03-20 12:34:04 +01:00
parent 81c3c89a28
commit e26e0d2b83
2 changed files with 38 additions and 12 deletions

View File

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