commit | 3c09722600e3218905b5d4a7b635a9e6560f87b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 21 20:54:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 21 20:54:49 2017 +0100 |
tree | 91e59e2eff40ed69c99dbd40ab20f565426ce71b | |
parent | b73fa629d6d3d705c1f8e8d5f8109fc9abd7bb6f [diff] [blame] |
patch 8.0.1420: accessing freed memory in vimgrep Problem: Accessing freed memory in vimgrep. Solution: Check that the quickfix list is still valid. (Yegappan Lakshmanan, closes #2474)
diff --git a/src/version.c b/src/version.c index 6ae2135..1a217e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1420, +/**/ 1419, /**/ 1418,