]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1751: potential buffer-overflow in find_pattern_in_path() v9.1.1751
authorChristian Brabandt <cb@256bit.org>
Wed, 10 Sep 2025 08:09:23 +0000 (04:09 -0400)
committerChristian Brabandt <cb@256bit.org>
Wed, 10 Sep 2025 08:09:23 +0000 (04:09 -0400)
commit21ecb0d2e2888ded9da04c4f47758cec99063822
treefae77093db884d99782e2aa62a2cb08cadfe46e3
parent2525c56e423b3ddce8de925f582b9c4d00079675
patch 9.1.1751: potential buffer-overflow in find_pattern_in_path()

Problem:  potential buffer-overflow in find_pattern_in_path()
Problem:  Verify ptr p has enough room before adding ins_compl_len()

fixes: #18195
closes: #18249

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/search.c
src/version.c