[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Jan 31 23:29:44 CET 2009
src/libcollectdclient/client.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit aea179c7bbedd9e9dbbf54c8c9d772c5b26440dd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Jan 31 23:28:21 2009 +0100
libcollectdclient: Fix the SSTRCAT macro.
The size passed to `strncat' is not the total size of the buffer, so GCC
with _FORTIFY_SOURCE rightfully complained about this macro.
Thanks to dD0T for reporting this :)
More information about the collectd-changes
mailing list