mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 23:35:40 +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>