]> granicus.if.org Git - vim/commit
patch 8.2.1521: reading past end of buffer when reading spellfile v8.2.1521
authorBram Moolenaar <Bram@vim.org>
Mon, 24 Aug 2020 18:05:50 +0000 (20:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Aug 2020 18:05:50 +0000 (20:05 +0200)
commit07399e7f078729b03451ba2b342d0cb434ab75cf
tree167f34b2f2d897179222953e10d7bfd319f034dd
parentb3ea36c5bcb88b6a05a66347eedd461e9385103f
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.
src/spell.h
src/spellfile.c
src/version.c