commit | e26e0d2b83c2875b9829b884c2ababf8ca771f7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 12:34:04 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 12:34:04 2018 +0100 |
tree | 735f0165077cc0ecaedce1f0e6ff17f779e3dc4b | |
parent | 81c3c89a28859de3aa167c53355f374394ada093 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6ac9000..acc535e 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1620, +/**/ 1619, /**/ 1618,