]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2465: using freed memory in :psearch v8.2.2465
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 22:04:46 +0000 (23:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 22:04:46 +0000 (23:04 +0100)
commit92bb83e41ca42d0d00d21753810d92485c808a50
tree0d04da8a43972e3cfcda1a939e1075c46252e889
parent8ab375706e6712308f8cf7529bcae56684a6f385
patch 8.2.2465: using freed memory in :psearch

Problem:    Using freed memory in :psearch. (houyunsong)
Solution:   Check the current window is still valid.  Fix flaky test.
src/search.c
src/testdir/test_autocmd.vim
src/version.c