Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 5296e2b58a8872a8a76d07e077ed6212a55e454a
https://github.com/fabbione/kronosnet/commit/5296e2b58a8872a8a76d07e077ed62…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M libknet/ping_test.c
Log Message:
-----------
Fix error path test equality
Commit: ecda955158d894d7738e917ad3b5832028c967cf
https://github.com/fabbione/kronosnet/commit/ecda955158d894d7738e917ad3b583…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M libknet/ping_test.c
Log Message:
-----------
Move len to ssize_t
len is used as a return code for both select()(int) and read()(ssize_t)
so make it an ssize_t type instead of size_t which is unsigned.
Commit: 8401164c272dda6fce146e11b0867a2df5863ede
https://github.com/fabbione/kronosnet/commit/8401164c272dda6fce146e11b0867a…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
Fix broken indentations
Commit: 8472f401c8480ba4a0b5fa93e0bd620e13c117bf
https://github.com/fabbione/kronosnet/commit/8472f401c8480ba4a0b5fa93e0bd62…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
Fix equality test
Commit: 55b72fbb7c2e0dbc5485eefbd3461fb61d72b1a5
https://github.com/fabbione/kronosnet/commit/55b72fbb7c2e0dbc5485eefbd3461f…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M libtap/libtap.c
Log Message:
-----------
Fix another indentation issue
Commit: 4383161bcce3ea40282ba6470af9c462a7b2620c
https://github.com/fabbione/kronosnet/commit/4383161bcce3ea40282ba6470af9c4…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/ping_test.c
M libtap/libtap.c
Log Message:
-----------
Merge pull request #2 from mbaldessari/smatch_fixes
Assorted fixes found via smatch
Compare:
https://github.com/fabbione/kronosnet/compare/141bcf5dd4ef...4383161bcce3