[liboping-changes] octo's ping library: Changes to 'master'
Florian Forster
octo at verplant.org
Fri May 5 11:51:01 CEST 2017
src/liboping.c | 11 +++++++++++
src/oping.c | 17 ++++++-----------
2 files changed, 17 insertions(+), 11 deletions(-)
New commits:
commit c56d49bb736fb69d95287b094e048851c0ec8419
Author: Florian Forster <ff at octo.it>
Date: Thu May 4 14:08:21 2017 +0200
Improve docstring of the history_received field.
commit 2fabff13f11d9fd7ef8187546630f54f003ee4d9
Author: Florian Forster <ff at octo.it>
Date: Thu May 4 14:07:31 2017 +0200
Refactor context_create().
commit 4442437848f4d07b91c8ae1512b562299a3e6070
Author: Florian Forster <ff at octo.it>
Date: Thu May 4 13:57:22 2017 +0200
Assure that no large file descriptors are passed to FD_SET().
When passing a large file descriptor, on many systems large means >= 1024,
FD_SET()s behavior is undefined. Mostly, it will corrupt the stack
because an out-of-bounds bit is flipped.
More information about the liboping-changes
mailing list