summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-21 18:39:10 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-21 18:39:10 +0200
commitb335a9312cfbe5a5fa9186d06fe10479502ba15c (patch)
tree2ed5305eda1823314f382f15fa3377707983b09b /src/version.c
parent42cd192daa4b7f29131c7be1beaecb6067e96266 (diff)
patch 9.1.0429: Coverity complains about eval.c refactorv9.1.0429
Problem: Coverity complains about eval.c refactor (after v9.1.0422) Solution: Check that buf is not used un-initialized, add explicit conditions for save and restore of copyID Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index acec967b8f..b2f04169fd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 429,
+/**/
428,
/**/
427,