mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 05:48:45 +00:00
Problem: heap UAF if autocommands from reloading a file changed outside
of Vim wipe its buffer.
Solution: Validate the bufref after buf_reload (Sean Dewar)
closes: vim/vim#19317
392b428d12
Co-authored-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>