[collectd-changes] collectd,
the system statistics collection daemon: Changes to 'collectd-3.11'
Florian Forster
octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Sun Feb 11 12:53:03 CET 2007
ChangeLog | 5 +++++
collectd.spec | 2 +-
configure.in | 2 +-
src/email.c | 2 +-
src/multimeter.c | 2 +-
src/plugin.c | 12 ++++++++++++
src/users.c | 2 +-
7 files changed, 22 insertions(+), 5 deletions(-)
New commits:
commit d51a3768cc3302215ecf1f125a6f6d85ac246760
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sun Feb 11 12:52:16 2007 +0100
Bumped version to 3.11.2; Updated ChangeLog.
commit 9e346f9380f34425392c93ca2b04d31bb2f44d50
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sun Feb 11 12:39:46 2007 +0100
{email,multimeter,users} plugin: Don't pass NULL-pointers to `plugin_submit'.
commit 6b3bcf8fdba6115766d7cb170ff5328038c7383c
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sun Feb 11 12:39:22 2007 +0100
plugin.c: Catch NULL-pointers and fix it or ignore the values.
Some systems, such as Solaris, cannot handle NULL-pointers being passed to
`printf ("%s", NULL);' or the like. This caused a crash when sending the users
plugin's values over the network under Solaris.
More information about the collectd-changes
mailing list