commit | 8b20179c657b4266dff115486ca68c6a50324071 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 15:01:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 15:01:10 2016 +0100 |
tree | df53aba36a9b71647886c07e04ba6b519005deb0 | |
parent | 4c90861e9f864eab94f043c432acff508396ed62 [diff] [blame] |
patch 7.4.1647 Problem: Using freed memory after setqflist() and ":caddbuffer". (Dominique) Solution: Set qf_ptr when adding the first item to the quickfix list.
diff --git a/src/version.c b/src/version.c index 4ab8eed..95e2cba 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1647, +/**/ 1646, /**/ 1645,