mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 18:07:00 +00:00
Problem: use-after-free with 'quickfixtextfunc' wiping buffer
(henices)
Solution: Evaluate 'quickfixtextfunc' with textlock enabled.
closes: vim/vim#19142
300ea1133f
Co-authored-by: Christian Brabandt <cb@256bit.org>