]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0377: possible overflow when reading corrupted undo file v8.0.0377
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 17:11:36 +0000 (18:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 17:11:36 +0000 (18:11 +0100)
commit3eb1637b1bba19519885dd6d377bd5596e91d22c
tree987e404cc32bf438d5e6c9939862c5cc7e0dddca
parent6d3c8586fc81b022e9f06c611b9926108fb878c7
patch 8.0.0377: possible overflow when reading corrupted undo file

Problem:    Possible overflow when reading corrupted undo file.
Solution:   Check if allocated size is not too big. (King)
src/undo.c
src/version.c