commit | 0c8485f0e4931463c0f7986e1ea84a7d79f10c75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 18:17:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 18:17:10 2017 +0100 |
tree | a2150ee7dcde00d58ee21dfb653f45f09f5f9894 | |
parent | 3eb1637b1bba19519885dd6d377bd5596e91d22c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c79020b..026b829 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 378, +/**/ 377, /**/ 376,