commit | 07399e7f078729b03451ba2b342d0cb434ab75cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 24 20:05:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 24 20:05:50 2020 +0200 |
tree | 167f34b2f2d897179222953e10d7bfd319f034dd | |
parent | b3ea36c5bcb88b6a05a66347eedd461e9385103f [diff] [blame] |
patch 8.2.1521: reading past end of buffer when reading spellfile Problem: Reading past end of buffer when reading spellfile. (Yegappan Lakshmanan) Solution: Store the byte length and check for it.
diff --git a/src/version.c b/src/version.c index 41e9188..4560103 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1521, +/**/ 1520, /**/ 1519,