commit | 7618e00d3b8bfe064cfc524640d754607361f9df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 15:09:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 15:09:26 2016 +0100 |
tree | 359ccc01609eaa42df4174fe21cc8710cf0c5276 | |
parent | 8e639052638a9bb8c7dd6e3e10776b1218cec1a3 [diff] [blame] |
patch 8.0.0084 Problem: Using freed memory when adding to a quickfix list. (Domenique Pelle) Solution: Clear the directory name.
diff --git a/src/version.c b/src/version.c index c7f00a8..c4013e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 84, +/**/ 83, /**/ 82,