]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2076: crash when trying to put a terminal in a popup window v8.1.2076
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2019 20:14:48 +0000 (22:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Sep 2019 20:14:48 +0000 (22:14 +0200)
commite0d749a49630778d45642d7589a3703697746760
tree370bd15386bc479491d0aa3f70abeed83038c2ec
parent101e99207f813ca48a4c0787eed9eb8bf67fba5a
patch 8.1.2076: crash when trying to put a terminal in a popup window

Problem:    Crash when trying to put a terminal buffer in a popup window.
Solution:   Check for NULL buffer.  Do not allow putting a terminal in a popup
            window.
runtime/doc/popup.txt
src/libvterm/src/termscreen.c
src/popupwin.c
src/terminal.c
src/testdir/test_popupwin.vim
src/version.c