commit | 4fb921e388b9a042573ab06cce36e92874954197 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 15:33:00 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 15:33:00 2017 +0100 |
tree | b0384b68f18be50331f34311a39c0205679c62ec | |
parent | 9bca805ec49eb0d2d0d0b2093f418ff425500169 [diff] [blame] |
patch 8.0.1403: using freed buffer in grep command Problem: Using freed buffer in grep command. (gy741, Dominique Pelle) Solution: Lock the dummy buffer to avoid autocommands wiping it out.
diff --git a/src/version.c b/src/version.c index fc2eda6..1ce42a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1403, +/**/ 1402, /**/ 1401,