commit | 829aef1eb48b17445b1f0a801948c1b826f507f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 14:25:48 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 14:25:48 2015 +0200 |
tree | 73f14765c4da522dacef59bc5c117efe71308afe | |
parent | 6b9be1b6f29884536d99f7347fb9faa08e642e61 [diff] [blame] |
patch 7.4.800 Problem: Using freed memory when triggering CmdUndefined autocommands. Solution: Set pointer to NULL. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 718ea31..cf4d74a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 800, +/**/ 799, /**/ 798,