]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1015: Coverity complains about dereferencing NULL value v9.1.1015
authorChristian Brabandt <cb@256bit.org>
Tue, 14 Jan 2025 16:25:02 +0000 (17:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 14 Jan 2025 16:25:02 +0000 (17:25 +0100)
commit1ac53b84ada3a992f320566737e66fa00d48611f
treee281f613a377374a579aaaf83cf699afe77db4ff
parent57f0119358ed7f060d5020309b9043463121435f
patch 9.1.1015: Coverity complains about dereferencing NULL value

Problem:  Coverity complains about dereferencing NULL value
Solution: Check that cms2 is not null

closes: #16438

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