Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: a030608077c4b9353bec81085c8548db190e49ff
https://github.com/fabbione/kronosnet/commit/a030608077c4b9353bec81085c8548…
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 small string overflow
In file included from /usr/include/stdio.h:936:0,
from ping_test.c:12: In function ‘snprintf’,
inlined from ‘main’ at ping_test.c:504:3: /usr/include/bits/stdio2.h:64:10: error:
call to
__builtin___snprintf_chk will always overflow destination buffer [-Werror]
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
Commit: 8056120ef9141fe3f6da95637fc4bc617c8ab07a
https://github.com/fabbione/kronosnet/commit/8056120ef9141fe3f6da95637fc4bc…
Author: Michele Baldessari <michele(a)acksyn.org>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M libknet/ping_test.c
Log Message:
-----------
Merge pull request #3 from mbaldessari/wip_overflow_fedora
Fix small string overflow
Compare:
https://github.com/fabbione/kronosnet/compare/4383161bcce3...8056120ef914