mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 02:17:01 +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>