mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 23:35:32 +00:00
Problem: [security]: use-after-free when closing a buffer
Solution: When splitting the window and editing a new buffer,
check whether the newly to be edited buffer has been marked
for deletion and abort in this case
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-rj48-v4mq-j4vg
51b62387be
Co-authored-by: Christian Brabandt <cb@256bit.org>