]> granicus.if.org Git - vim/commit
patch 8.2.4281: using freed memory with :lopen and :bwipe v8.2.4281
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Feb 2022 13:54:17 +0000 (13:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Feb 2022 13:54:17 +0000 (13:54 +0000)
commit9b4a80a66544f2782040b641498754bcb5b8d461
tree5b51ffffb1d60cbd8e771722fc609826526b590a
parenteb4a9ba293be51039e57e0e18337785e2ce526e7
patch 8.2.4281: using freed memory with :lopen and :bwipe

Problem:    Using freed memory with :lopen and :bwipe.
Solution:   Do not use a wiped out buffer.
src/buffer.c
src/testdir/test_quickfix.vim
src/version.c