mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Problem: out-of-bounds access with 'completefunc' (csetc)
Solution: check if it is safe to advance cpt_sources_index
(Girish Palya)
fixes: vim/vim#17363
closes: vim/vim#17374
7c621052c3
Co-authored-by: Girish Palya <girishji@gmail.com>
Co-authored-by: @csetc