]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1030: using freed memory with the cmdline popup menu v9.0.1030
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2022 12:00:50 +0000 (12:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2022 12:00:50 +0000 (12:00 +0000)
commit038e6d20e680ce8c850d07f6b035c4e1904c1201
tree6d91f0c3505d285296e0c4078cd8e2e7775e08a3
parent84dbf855fb2d883481f74ad0ccf3df3f8837e6bf
patch 9.0.1030: using freed memory with the cmdline popup menu

Problem:    Using freed memory with the cmdline popup menu.
Solution:   Clear the popup menu when clearing the matches. (closes #11677)
src/cmdexpand.c
src/testdir/dumps/Test_wildmenu_pum_clear_entries_1.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c