[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Thu Jun 11 11:29:02 CEST 2015
configure.ac | 18 ++++++++++++++++++
src/tcpconns.c | 11 ++++++-----
src/utils_dns.c | 12 ++++++++----
src/vmem.c | 12 ++++++++++--
4 files changed, 42 insertions(+), 11 deletions(-)
New commits:
commit 21ba59f8197dba0a72dbf5186bc0a5d7e5074496
Author: Florian Forster <octo at collectd.org>
Date: Thu Jun 11 07:46:54 2015 +0100
dns plugin: Check for "struct ip6_ext".
Solaris appears to declare the struct, but only when The Right defines
are specified at compile time. As a quick and dirty fix, only build with
IPv6 support when the struct is usable.
Fixes: #348
commit 39f51b526f3801ff1dd212ae431f0b22193ddb06
Author: Marek Becka <marek.becka at superhosting.cz>
Date: Tue Jun 9 17:13:29 2015 -0400
vmem plugin: fix types for nr_dirtied and nr_written
commit d4f303606ea68f2f12c561772e5500e5a17e4c55
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 10 08:39:24 2015 +0100
tcpconns plugin: Fix memory leak.
"prev" was set to NULL and never updated, leading to "port_list_head" to
be set to an entry later in the list. This leaks memory because earlier
entries in the list are now unreachable.
Fixes: #1074
More information about the collectd-changes
mailing list