commit | 673911457d6745b6b779eb769c2f41965592d12c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 21:07:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 21:07:04 2017 +0100 |
tree | 2bfcf65d74bce58f310c25cd68f17e41ac620fe7 | |
parent | d56a79d3396cf70861b7f739a3c400db91ce7b70 [diff] [blame] |
patch 8.0.0342: double free with EXITFREE and setting 'ttytype' Problem: Double free when compiled with EXITFREE and setting 'ttytype'. Solution: Avoid setting P_ALLOCED on 'ttytype'. (Dominique Pelle, closes #1461)
diff --git a/src/version.c b/src/version.c index f12c508..c1dff6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 342, +/**/ 341, /**/ 340,