commit | fc3c83e47e22ae510fa5ade38e872ad6d8a21a0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 27 12:58:23 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 27 12:58:23 2010 +0200 |
tree | fe8be329517e71c3db8c2e931cb50020db51a284 | |
parent | 264e9fd61b92bbf27c00b95537f6bebbbe5324f6 [diff] [blame] |
updated for version 7.3.039 Problem: Crash when using skk.vim plugin. Solution: Get length of expression evaluation result only after checking for NULL. (Noriaki Yagi, Dominique Pelle)
diff --git a/src/version.c b/src/version.c index d4244e1..b334cdb 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 39, +/**/ 38, /**/ 37,