]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1510: Search completion may use invalid memory v9.1.1510
authorzeertzjq <zeertzjq@outlook.com>
Sat, 5 Jul 2025 13:37:17 +0000 (15:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 5 Jul 2025 13:37:17 +0000 (15:37 +0200)
commit5e34eec6f83222b1aa55c19d5f8f657d76d39121
tree783ab547b43e7ca24a8e6c4868d55d7643996f7d
parent96b3ef23896ce70b2fdf3425ba2c013ce2840db6
patch 9.1.1510: Search completion may use invalid memory

Problem:  Search completion may use invalid memory (after 9.1.1490).
Solution: Don't get two line pointers at the same time (zeertzjq).

closes: #17661

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c