Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: eff3f735f19d3ea4c4689a0fa52ff8e29f75808c
https://github.com/kronosnet/kronosnet/commit/eff3f735f19d3ea4c4689a0fa52ff…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 09f903fcb9f64cb8f2e4acd829b986b54c152fa1
https://github.com/kronosnet/kronosnet/commit/09f903fcb9f64cb8f2e4acd829b98…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Commit: ad7dbbf8d2e9dedc4c8371d041d2319a129bf558
https://github.com/kronosnet/kronosnet/commit/ad7dbbf8d2e9dedc4c8371d041d23…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
Merge pull request #222 from kronosnet/covscan-fixes2
misc: some coverity fixes
Compare: https://github.com/kronosnet/kronosnet/compare/b97574380f23...ad7dbbf8d2e9
Branch: refs/heads/covscan-fixes2
Home: https://github.com/kronosnet/kronosnet
Commit: 09f903fcb9f64cb8f2e4acd829b986b54c152fa1
https://github.com/kronosnet/kronosnet/commit/09f903fcb9f64cb8f2e4acd829b98…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Branch: refs/heads/revert-221-covscan-fixes1
Home: https://github.com/kronosnet/kronosnet
Commit: d22e08f0936f503e0b76de70b34d17396bc30f68
https://github.com/kronosnet/kronosnet/commit/d22e08f0936f503e0b76de70b34d1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
Revert "misc: some coverity fixes"
Branch: refs/heads/stable1
Home: https://github.com/kronosnet/kronosnet
Commit: a59bbef05931471efdd9cffd2221ce47faf99d9f
https://github.com/kronosnet/kronosnet/commit/a59bbef05931471efdd9cffd2221c…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Commit: a2843ecac34d62f39255e7bf489a9f0e39d177d5
https://github.com/kronosnet/kronosnet/commit/a2843ecac34d62f39255e7bf489a9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
Merge pull request #221 from kronosnet/covscan-fixes1
misc: some coverity fixes
Compare: https://github.com/kronosnet/kronosnet/compare/c8aceef61c08...a2843ecac34d
Branch: refs/heads/covscan-fixes1
Home: https://github.com/kronosnet/kronosnet
Commit: a59bbef05931471efdd9cffd2221ce47faf99d9f
https://github.com/kronosnet/kronosnet/commit/a59bbef05931471efdd9cffd2221c…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes