commit | 8d84ff1a3c8cfe59399d3f675ec080066582fdb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 16:42:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 16:42:16 2017 +0200 |
tree | 02286c1615353fbb090eef259ca01921aa6e84ff | |
parent | d99388ba8535a6fecf7d0bf7b982832c0b816062 [diff] [blame] |
patch 8.0.1218: writing to freed memory in autocmd Problem: Writing to freed memory in autocmd. Solution: Make a copy of the tag line. (Dominique Pelle, closes #2245)
diff --git a/src/version.c b/src/version.c index a84c8e2..1c48ef4 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1218, +/**/ 1217, /**/ 1216,