mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 19:11:23 +10:00
Problem: heap-buffer-overflow occurs with narrow 'pummaxwidth' value
(after v9.1.1250)
Solution: test that st_end points after st pointer (Hirohito Higashi)
closes: vim/vim#17005
f13c856154
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>