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