commit | 0a38dd29d6f65aa601162542a5ab0ba7f308fc8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 16:49:01 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 16:49:01 2015 +0200 |
tree | 6b80dd9c38feecafb98f062655d60d27f934065b | |
parent | f6470c288cb6f8efd60a507baf2c070f9d209ae6 [diff] [blame] |
patch 7.4.836 Problem: Accessing unitinialized memory. Solution: Add missing calls to init_tv(). (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 1301f2b..08d1140 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 836, +/**/ 835, /**/ 834,