[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.8'

Florian Forster octo at verplant.org
Fri Nov 17 17:10:32 CET 2017


 src/libcollectdclient/network_buffer.c |    4 ++++
 src/ovs_events.c                       |    4 ++--
 src/ovs_stats.c                        |   20 ++++++++++++--------
 src/snmp_agent.c                       |   11 +++++------
 src/utils_ovs.c                        |   30 +++++++++++++++++-------------
 src/zfs_arc.c                          |   27 +++++++++++----------------
 6 files changed, 51 insertions(+), 45 deletions(-)

New commits:
commit 7a18567e6dd707f6d1d1367be5a970b3dc5fef56
Merge: b27690f 47cb204
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 16:44:07 2017 +0100

    Auto-Merge pull request #2550 from octo/cid/179234
    
    Automatically merged due to "Automerge" label

commit b27690f1217ac112e5a98cd2fc77facad9df26fc
Merge: a44b08a 355df25
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 16:32:19 2017 +0100

    Auto-Merge pull request #2549 from octo/cid/179240
    
    Automatically merged due to "Automerge" label

commit a44b08a5204c52e231d78a43a08a1aeab356c758
Merge: ce5436d 446184c
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 16:20:46 2017 +0100

    Auto-Merge pull request #2548 from octo/cid/42796
    
    Automatically merged due to "Automerge" label

commit 47cb204f324be21ae54084fbe9e338d854b87bf5
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 15:38:59 2017 +0100

    ovs_stats plugin: Minor code cleanup.

commit b4e3ffe8633858d01f00a8654823baa55ecf6288
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 15:37:57 2017 +0100

    ovs_stats plugin: Add missing unlock.
    
    CID: 179234

commit 355df251d423992fd52b602535d1ae92daffc9c0
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 15:29:07 2017 +0100

    src/utils_ovs.c: Random coding style improvements.

commit 85018547508ae2adb331aa74139acac91f24ff42
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 15:28:39 2017 +0100

    src/utils_ovs.c: Don't set pthread_t to -1, use pthread_equal() to compare.
    
    The assumption that pthread_t is a scalar is not portable.

commit 461a11ee1d46140244c79b4dff3b978426187f94
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 15:26:13 2017 +0100

    src/utils_ovs.c: Unlock pdb->mutex before calling ovs_db_callback_remove_all().
    
    CID: 179240

commit 446184cb9cf0b21d3e387d426f2249d4a8aa0557
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 15:09:59 2017 +0100

    zfs_arc plugin: Allocate ksp later to avoid memory leak.
    
    CID: 42796

commit ce5436d10d28b9d8c2cb204726e36823df2c6766
Merge: ac0af6c bcf9c48
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 15:05:35 2017 +0100

    Auto-Merge pull request #2546 from octo/cid/179229
    
    Automatically merged due to "Automerge" label

commit bcf9c488e832b4cba43b1c1e35d58f463feb967f
Author: Florian Forster <octo at collectd.org>
Date:   Fri Nov 17 14:34:39 2017 +0100

    ovs_stats plugin: Fix a memory leak.
    
    br_name would leak when jumping to cleanup_fail.
    
    CID: 179229

commit ac0af6c500b4474a530302794cd8e722ddf30900
Merge: 26442d5 eba50a3
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 14:29:29 2017 +0100

    Auto-Merge pull request #2540 from octo/cid/141009
    
    Automatically merged due to "Automerge" label

commit 26442d500face649a45d9ca6c36fb87b3a6972ea
Merge: 2ed0f6b 6130f4c
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 14:16:58 2017 +0100

    Auto-Merge pull request #2539 from octo/cid/179243
    
    Automatically merged due to "Automerge" label

commit 2ed0f6b448f7248c9b78425181d5acddfa35e72f
Merge: 7c2336d 7a8ce49
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Fri Nov 17 14:05:01 2017 +0100

    Auto-Merge pull request #2538 from octo/cid/179244
    
    Automatically merged due to "Automerge" label

commit eba50a34e2ca4c0823a5cb826c4e2123dab30e7f
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 15 22:26:11 2017 +0100

    libcollectdclient: Ensure vl->values_len is non-zero.
    
    That size_t is then used to declare Variable Length Arrays. Hopefully
    this helps to convince Coverity that pkg_values and pkg_values_types are
    actually fully initialized.
    
    CID: 141009, 141010

commit 6130f4c3463d299e7c89032a9532641ee057e203
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 15 22:03:53 2017 +0100

    ovs_events plugin: Replace strncpy() with sstrncpy().
    
    CID: 179243

commit 7a8ce497dc369ffee8d942616e808a5abfca9d3e
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 15 21:38:32 2017 +0100

    snmp_agent plugin: Fix memory leak.
    
    Allocate "entry" later so that the error handling blocks don't leak it.
    
    CID: 179244




More information about the collectd-changes mailing list