]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1880: Allocation error with complete_info() v9.1.1880
authorkuuote <znmxodq1@gmail.com>
Mon, 27 Oct 2025 17:26:29 +0000 (17:26 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 27 Oct 2025 17:26:29 +0000 (17:26 +0000)
commit7d3b647f886d3bf9f9764ef644dfedfc5117f902
tree391ed682e29c965353bc8c899088af58be46814b
parentbd9155ebb64b3fbf3ff154c8b57c1b3a3783ebea
patch 9.1.1880: Allocation error with complete_info()

Problem:  Allocation error with complete_info()
          (after v9.1.1876)
Solution: Make sure length is positive (kuuote)

closes: #18640

Signed-off-by: kuuote <znmxodq1@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c