1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-03-25 15:01:10 +01:00
parent 4c90861e9f
commit 8b20179c65
3 changed files with 14 additions and 1 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1647,
/**/
1646,
/**/