Branch: refs/heads/stable1-proposed
Home:
https://github.com/kronosnet/kronosnet
Commit: ded574d1dd0c53c70a34fbd1eaa0239b3cde59b9
https://github.com/kronosnet/kronosnet/commit/ded574d1dd0c53c70a34fbd1eaa02…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-06-03 (Mon, 03 Jun 2019)
Changed paths:
M libknet/common.c
M libknet/compress.c
M libknet/crypto.c
M libknet/crypto_nss.c
M libknet/handle.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libknet/transport_common.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
misc: Fix more covscan warnings
The only serious bug here is in transport_udp.c
(see bottom of patch), the rest are mostly detail.
covscan still reports a lot of errors against doxyxml, most of
which are because it doesn't understand the libqb hashtables.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>