Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: 69797cb15138beb87f3afdae2cd9cd74626f7dca https://github.com/kronosnet/kronosnet/commit/69797cb15138beb87f3afdae2cd9cd... Author: Christine Caulfield ccaulfie@redhat.com Date: 2019-05-24 (Fri, 24 May 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.
Commit: 29365dc0f038be79efd1f1f98a96bf34602f7518 https://github.com/kronosnet/kronosnet/commit/29365dc0f038be79efd1f1f98a96bf... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-05-27 (Mon, 27 May 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: ----------- Merge pull request #224 from kronosnet/covscan3
misc: Fix more covscan warnings
Compare: https://github.com/kronosnet/kronosnet/compare/ad7dbbf8d2e9...29365dc0f038