mirror of
https://github.com/neovim/neovim.git
synced 2026-07-30 12:28:06 +00:00
Problem: potential buffer underrun when settings statusline like option
(q1uf3ng)
Solution: Validate that p > out before accessing p[-1]
closes: vim/vim#19961
91b402f575
Co-authored-by: Christian Brabandt <cb@256bit.org>