]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0029: MS-Windows: crash with empty job command v8.2.0029
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Dec 2019 21:22:01 +0000 (22:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Dec 2019 21:22:01 +0000 (22:22 +0100)
commita27655ef6d0001c7c2265ea682455ec82acee826
tree812e4e113247d61a80f3fbb0978c0c64a1cd4a7f
parent3ba35409a65b457d29a885a27b46b02a9aec6bcc
patch 8.2.0029: MS-Windows: crash with empty job command

Problem:    MS-Windows: crash with empty job command.
Solution:   Check for NULL result. (Yasuhiro Matsumoto, closes #5390)
src/channel.c
src/testdir/test_channel.vim
src/version.c