]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3548: GTK GUI crashen when reading from stdin v8.2.3548
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Oct 2021 22:08:11 +0000 (23:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Oct 2021 22:08:11 +0000 (23:08 +0100)
commitd68a0044858d00de6100def1e389a3a9c1cdbcdc
tree8e87a146d0ee465a0cc97a519fd9b097539cd1ed
parent1d30fde3c989a962e0e1af4cbcf90e1ea483f1f4
patch 8.2.3548: GTK GUI crashen when reading from stdin

Problem:    GTK GUI crashen when reading from stdin.
Solution:   Do not overwrite the NUL after the string. (closes #9028)
src/gui_gtk_x11.c
src/testdir/test_gui.vim
src/version.c