commit | 1ac53b84ada3a992f320566737e66fa00d48611f | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Jan 14 17:25:02 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Tue Jan 14 17:25:02 2025 +0100 |
tree | e281f613a377374a579aaaf83cf699afe77db4ff | |
parent | 57f0119358ed7f060d5020309b9043463121435f [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index 57d7ec7..96a51da 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1015, +/**/ 1014, /**/ 1013,