]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0322: possible overflow with corrupted spell file v8.0.0322
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 20:07:12 +0000 (21:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 20:07:12 +0000 (21:07 +0100)
commit399c297aa93afe2c0a39e2a1b3f972aebba44c9d
treef9175f98e1893debeaaaa62f4bd11be1c3baa7e4
parent8cc2a9c062fa38e133a62778518f769a423a2526
patch 8.0.0322: possible overflow with corrupted spell file

Problem:    Possible overflow with spell file where the tree length is
            corrupted.
Solution:   Check for an invalid length (suggested by shqking)
src/spellfile.c
src/version.c