commit | a9f77be9223f8b886d89f7fac778d363586beb85 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jan 16 19:06:57 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jan 16 19:06:57 2025 +0100 |
tree | 7b6f151c27f4070fc9bc983e777d0c6c1ecedfaf | |
parent | 9162e636b31dcac57876cbdec15a683cedd9760e [diff] [blame] |
patch 9.1.1023: Coverity complains about dereferencing NULL pointer Problem: Coverity complains about dereferencing NULL pointer Solution: Verify curdiff is not null before dereferencing it closes: #16437 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index f2d7756..92bba85 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1023, +/**/ 1022, /**/ 1021,