commit | 2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 18:14:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 18:14:44 2016 +0100 |
tree | 68e9c9cabbfe739c63286766b9deb811a94b84e0 | |
parent | 63bed3d319b5d90765dbdae93a3579b6322d79fb [diff] [blame] |
patch 8.0.0079 Problem: Accessing freed memory in quickfix. (Domenique Pelle) Solution: Do not free the current list when adding to it.
diff --git a/src/version.c b/src/version.c index 4d51452..88adc6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 79, +/**/ 78, /**/ 77,