]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0889: MS-Windows: a channel write may hang v8.1.0889
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:23:26 +0000 (22:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:23:26 +0000 (22:23 +0100)
commit6524068ff3252f1373807f1ebfde21408cef624e
tree016c761632389af45db753da47049f2d0ce0a688
parent31b816042fca879b11965ddd75287732563ba698
patch 8.1.0889: MS-Windows: a channel write may hang

Problem:    MS-Windows: a channel write may hang.
Solution:   Check for WriteFile() not writing anything. (Yasuhiro Matsumoto,
            closes #3920)
src/channel.c
src/testdir/test_channel.vim
src/testdir/test_channel_pipe.py
src/version.c