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.) --- src/sp/protocol/pipeline0/push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp') diff --git a/src/sp/protocol/pipeline0/push.c b/src/sp/protocol/pipeline0/push.c index 09953ccf..284af5aa 100644 --- a/src/sp/protocol/pipeline0/push.c +++ b/src/sp/protocol/pipeline0/push.c @@ -182,7 +182,7 @@ push0_pipe_ready(push0_pipe *p) push0_sock *s = p->push; nni_msg *m; nni_aio *a = NULL; - size_t l; + size_t l = 0; bool blocked; nni_mtx_lock(&s->m); -- cgit v1.2.3-70-g09d2