]> granicus.if.org Git - vim/commit
patch 8.2.1848: crash when passing a NULL string or list to popup_settext() v8.2.1848
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Oct 2020 17:10:56 +0000 (19:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Oct 2020 17:10:56 +0000 (19:10 +0200)
commit74f8eece5e481220e3c0767487c0bb59fa916ed6
tree53821a3ba3698d4f33955caf6dc228a70db70f11
parent209f0208f7831c6ab8f3f1cab473cb21e7985fc3
patch 8.2.1848: crash when passing a NULL string or list to popup_settext()

Problem:    Crashyyyyy passing a NULL string or list to popup_settext().
Solution:   Check for NULL pointers. (closes #7132)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c