代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/clamav 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From fe45bca164deeb1be053f5755546d71cc5dfd89b Mon Sep 17 00:00:00 2001
From: caodongxia <315816521@qq.com>
Date: Mon, 9 Aug 2021 14:27:22 +0800
Subject: [PATCH] fix-return-val-process
---
clamonacc/client/client.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/clamonacc/client/client.c b/clamonacc/client/client.c
index 347070f..71c153d 100644
--- a/clamonacc/client/client.c
+++ b/clamonacc/client/client.c
@@ -207,12 +207,12 @@ int16_t onas_ping_clamd(struct onas_context **ctx)
if (opt) {
attempt_str = cli_strdup(opt->strarg);
+ if (NULL == attempt_str) {
+ logg("!could not allocate memory for string\n");
+ ret = -1;
+ goto done;
+ }
if (attempt_str) {
- if (NULL == attempt_str) {
- logg("!could not allocate memory for string\n");
- ret = -1;
- goto done;
- }
interval_str = strchr(attempt_str, ':');
if ((NULL != interval_str) && (interval_str[0] != '\0')) {
interval_str[0] = '\0';
--
2.27.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。