]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1746: Missing Null ptr check in cs_find_common() v9.1.1746
authorashamedbit <muralianiruddhan@gmail.com>
Tue, 9 Sep 2025 19:21:57 +0000 (15:21 -0400)
committerChristian Brabandt <cb@256bit.org>
Tue, 9 Sep 2025 19:21:57 +0000 (15:21 -0400)
commit12b9431eab62e92eff90618c4fdcd94e54a81043
treed178919dd596728322724f5a8e739da487a831d0
parent5291fe89b30e34d75897d000851031b30068bf3e
patch 9.1.1746: Missing Null ptr check in cs_find_common()

Problem:  Missing Null ptr check in cs_find_common()
Solution: Return when tmp pointer is null (ashamedbit)

fixes: #18225
closes: #18248

Signed-off-by: ashamedbit <muralianiruddhan@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/if_cscope.c
src/version.c