commit | f609dcf8c1094f6fc95f4fc36321a1fb08a7110c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 17:43:17 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 17:43:17 2015 +0100 |
tree | 21088be14cf9f39cbfffd204967ca853997fca6d | |
parent | de0ad40cb3c1bc691a754698ed16a5b6cdb4086b [diff] [blame] |
patch 7.4.954 Problem: When using Lua there may be a crash. (issue #468) Solution: Avoid using an unitialized tv. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 3cdc86f..b459c87 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 954, +/**/ 953, /**/ 952,