[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.8'
Florian Forster
octo at verplant.org
Mon Dec 4 09:47:48 CET 2017
src/exec.c | 13 +++++++---
src/perl.c | 4 +---
src/powerdns.c | 73 +++++++++++++++++++++++---------------------------------
src/rrdtool.c | 8 +++----
src/table.c | 10 ++++++++
5 files changed, 54 insertions(+), 54 deletions(-)
New commits:
commit ba1015262cdc912f9d01ab5a76037e65033c54c5
Merge: 3d082a9 6d63f6e
Author: Florian Forster <octo at collectd.org>
Date: Mon Dec 4 08:23:26 2017 +0100
Merge branch 'collectd-5.7' into collectd-5.8
commit 6d63f6e9834c838e0a6469d9eaf17feffa3b2959
Author: Florian Forster <octo at collectd.org>
Date: Mon Dec 4 08:18:33 2017 +0100
table plugin: Add explicit NULL checks to clear functions.
CID: 37966
commit 1e021c689d6f316ec208443060a36b9638a0840a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 21:05:00 2017 +0100
exec plugin: Check return value of plugin_thread_create().
CID: 37942, 37943
commit 06c1d153c58a1510674c20d886baa148ab08b3bc
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 20:45:04 2017 +0100
rrdtool plugin: Check return value of c_avl_get().
CID: 37940
commit eeca9dc658dfa9ed3c8bfea609fa0a82f9326874
Merge: 5b67fad f471d5b
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Fri Dec 1 16:14:57 2017 +0100
Auto-Merge pull request #2589 from octo/cid/37960
Automatically merged due to "Automerge" label
commit 5b67fad4c2e493e3d6d27e044aa435348e0e3806
Merge: ff59046 69e109c
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Fri Dec 1 15:20:59 2017 +0100
Auto-Merge pull request #2588 from octo/cid/37968
Automatically merged due to "Automerge" label
commit f471d5be871f315913311fccc28726ea469bdd1d
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 14:59:55 2017 +0100
contrib/format.sh src/perl.c
commit 69e109c76551b1f379b38373314d3d2c325e8f60
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 14:18:50 2017 +0100
powerdns plugin: Remove the unused ret_buffer_size argument â¦
⦠from powerdns_get_data().
commit 4f5ef4dfc490709a0bf8775458cc2eef35cc75fb
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 14:30:23 2017 +0100
perl plugin: Fix exporting notification meta data.
Previously, the while loop ensured that meta was NULL, causing the for
loop to never been executed. This introduces a new temporary variable to
avoid changing meta before the for loop.
CID: 37960
commit ca89ee257db233a0512c73b6d8353b1aa86e3e8a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 12:06:26 2017 +0100
powerdns plugin: Declare variables on first use.
commit 5f676ef72a300ae4e8e979b4011cf7e3be505a6a
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 1 12:05:21 2017 +0100
powerdns plugin: Ensure powerdns_get_data() returns a non-NULL buffer.
Coverity is concerned that if buffer is NULL, strtok_r() is called with
two NULL arguments, causing a NULL pointer dereference.
CID: 37968
More information about the collectd-changes
mailing list