mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00

Problem: complete: Heap-buffer overflow with complete function
(zeertzjq)
Solution: Do not let startcol become negative (Girish Palya).
fixes: vim/vim#17907
closes: vim/vim#17934
761ea77670
Co-authored-by: Girish Palya <girishji@gmail.com>
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>