From 539e559e65cd8f227c45e4b046ac41c0edcf6c32 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 31 Dec 2022 13:55:11 -0800 Subject: Fixes for some security complaints. None of these changes are actual security bugs, but GitHub's scanner reports false positives at Critical severity for them. (There are a number of complaints from that scanner, many of which we do not necessarily agree with.) --- tests/scalability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/scalability.c') diff --git a/tests/scalability.c b/tests/scalability.c index 17d6ce70..c794a4ee 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -67,7 +67,7 @@ int transact(nng_socket *clients, int num) { nng_msg *msg; - int rv; + int rv = 0; int i; for (i = 0; i < num; i++) { -- cgit v1.2.3-70-g09d2