0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.1413: accessing freed memory in :cbuffer

Problem:    Accessing freed memory in :cbuffer.
Solution:   Get quickfix list after executing autocmds. (closes #2470)
This commit is contained in:
Bram Moolenaar
2017-12-19 16:41:14 +01:00
parent 1223744849
commit aaf6e43b7a
3 changed files with 18 additions and 8 deletions

View File

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