]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1329 v7.4.1329
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Feb 2016 11:44:26 +0000 (12:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Feb 2016 11:44:26 +0000 (12:44 +0100)
commit5cefd4098204b4677387511b586673649f2fab48
tree38f2c816c39b9897c265b168d789e980e3a4cc61
parent12dcf024e90ab511f04a08b20fe7eedbe92096d2
patch 7.4.1329
Problem:    Crash when using channel that failed to open.
Solution:   Check for NULL.  Update messages. (Yukihiro Nakadaira)
src/channel.c
src/eval.c
src/testdir/test_channel.vim
src/version.c