commit | 9ec021a2b0dd35ba744a8e2a9430a643c85b922a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 16:23:29 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 16:23:29 2015 +0100 |
tree | 3d0072340e4220394ae14d4d17aec0e8df46f5b8 | |
parent | 35be4534c029148a89ccc41e8e465d793e7ed7c2 [diff] [blame] |
patch 7.4.970 Problem: Rare crash in getvcol(). (Timo Mihaljov) Solution: Check for the buffer being NULL in init_preedit_start_col. (Hirohito Higashi, Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 62990fc..803e139 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 970, +/**/ 969, /**/ 968,