[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Thu Jun 25 22:37:59 CEST 2015
src/apache.c | 1 +
src/collectdmon.c | 6 +++
src/curl.c | 3 ++
src/curl_json.c | 2 +
src/curl_xml.c | 1 +
src/df.c | 2 +-
src/gmond.c | 15 ++++---
src/ipvs.c | 3 ++
src/java.c | 12 +++--
src/memcachec.c | 3 ++
src/powerdns.c | 23 ++--------
src/rrdtool.c | 1 +
src/snmp.c | 5 ++-
src/tcpconns.c | 8 +++-
src/threshold.c | 36 +++++++--------
src/utils_cache.c | 11 ++++-
src/utils_cmd_flush.c | 115 ++++++++++++++++++------------------------------
src/utils_cmd_putval.c | 30 +++++--------
src/utils_ignorelist.c | 3 ++
src/utils_latency.c | 1 +
src/utils_rrdcreate.c | 37 +++++++++++-----
21 files changed, 161 insertions(+), 157 deletions(-)
New commits:
commit 924c9af78d535f4920d73a2cd8e5090747479f0f
Author: Landry Breuil <landry at rhaalovely.net>
Date: Wed Jun 24 06:48:16 2015 +0200
properly handle error cases when kvm_read fails (#1094)
commit 305fccf949726b6dcaea65919c9adcbd342919f6
Author: Marek Becka <marek.becka at superhosting.cz>
Date: Wed Jun 24 11:39:55 2015 -0400
don't report inodes if fs doesn't provide f_files and f_ffree
commit a7850b871becb5121794a7fc6c1f7242588ee33f
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 13:06:34 2015 +0200
src/utils_cmd_flush.c: Fix memory leak.
commit d404a0c4f97ef047c2add2e27f2424f01bc45ad7
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
src/utils_rrdcreate.c: Fix memory leak.
commit f3f57e2ea492880d236edbff39632bf8be911262
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
src/utils_ignorelist.c: Fix memory leak.
Turns out, regfree(3) cleans up the memory allocated by regcomp(3), but
not the pointer itself.
commit 65ca93d490a3dc028e42e6f1d76c2391d6e680be
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
src/utils_cmd_putval.c: Fix memory leak.
commit e3d1da97ee6b6543ddfdfaff15d88b3750aa2047
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
utils_cache plugin: Fix memory leak.
commit 903a58aa61577c6cab6614bd9b25a8d005cee3f7
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
rrdtool plugin: Add assertion.
This helps the static code analysis to figure out that memory is not
leaking after all.
commit 78154d2a5ae84e8f45d4f9ce6a7519add74b4b30
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
powerdns plugin: Fix memory leak.
While at it, replace the powerdns_config_add_string() function.
commit ecacce80b1eefa9b40006323c8fb43920aa9570f
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
memcachec plugin: Fix memory leak.
commit d23d1b50743537d195976a45620bb069b3c3efed
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
java plugin: Fix memory leak.
commit 0750cc1006a6ccd906ae8031c1b13507aa47bdf6
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
ipvs plugin: Fix memory leak.
commit d0a7578e52cbe8b6222cc2ef48273322db963205
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
gmond plugin: Fix memory leak.
commit df8e5c11682464b9f747788d8c928a4e520e5462
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
curl_xml plugin: Fix memory leak.
commit 8cd1b6a9a55b41049ba3057583124a60b8bdbcbf
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
curl_json plugin: Fix memory leak.
commit 77ba6b7fcd1704ded65f061dbd301945f5ca4ad6
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
curl plugin: Fix memory leak.
commit 49bd12d05d940a4e4b129c29e56599a8098f2164
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
collectdmon: Fix memory leak.
commit e0eedd800886e1f4a6e0b16f6ae95c3201a14fb7
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 10:54:02 2015 +0200
apache plugin: Fix memory leak.
commit 813fadc54fbf0c9b948163851e9791a1ace716ae
Author: Florian Forster <octo at collectd.org>
Date: Fri Jun 19 07:05:22 2015 +0200
src/utils_cache.c: Fix two memory leaks.
* Free "times" pointer if it is not returned to the user.
* Free (re)alloc'ed pointers when strdup() fails.
commit 0c62bc40d4058f95dc6f3eff9da32befe4925751
Author: Florian Forster <octo at collectd.org>
Date: Thu Jun 18 17:46:03 2015 +0200
snmp plugin: Fix "Assigned value is garbage or undefined" warning.
commit 47e1dd8152a4f1ca7572410cba098bd71c5704ce
Author: Florian Forster <octo at collectd.org>
Date: Thu Jun 18 17:45:52 2015 +0200
src/utils_latency.c: Fix "Assigned value is garbage or undefined" warning.
commit dbf349ec8c0150a52a7bad5f8b9fc79a6201e2f6
Author: Florian Forster <octo at collectd.org>
Date: Thu Jun 18 17:31:03 2015 +0200
threshold plugin: Fix "Dead assignment" warnings.
More information about the collectd-changes
mailing list