mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
bbb363f4bc
Problem: heap-use-after-free in bt_normal()
Solution: check that buffer is still valid
6e60cf444a
Test change only.
Co-authored-by: Christian Brabandt <cb@256bit.org>
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
au BufReadPre * exe 'sn' .. expand("<abuf>")
|
|
call writefile([''],'X')
|
|
sil! e X
|
|
call writefile([''],'X')
|
|
sil! e X
|