]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0378: possible overflow when reading corrupted undo file v8.0.0378
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 17:17:10 +0000 (18:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 17:17:10 +0000 (18:17 +0100)
commit0c8485f0e4931463c0f7986e1ea84a7d79f10c75
treea2150ee7dcde00d58ee21dfb653f45f09f5f9894
parent3eb1637b1bba19519885dd6d377bd5596e91d22c
patch 8.0.0378: possible overflow when reading corrupted undo file

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