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

Florian Forster octo at verplant.org
Fri Jun 19 20:08:34 CEST 2015


 src/apache.c             |    1 +
 src/barometer.c          |    2 +-
 src/collectdmon.c        |    6 +++
 src/curl.c               |    3 ++
 src/curl_json.c          |    2 +
 src/curl_xml.c           |    1 +
 src/daemon/utils_cache.c |   11 ++++-
 src/gmond.c              |   15 +++---
 src/ipvs.c               |    3 ++
 src/java.c               |   12 +++--
 src/memcachec.c          |    3 ++
 src/openvpn.c            |    6 ++-
 src/powerdns.c           |   23 ++--------
 src/rrdtool.c            |    1 +
 src/snmp.c               |    5 +-
 src/threshold.c          |   35 +++++++-------
 src/turbostat.c          |   35 +++++++++-----
 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 ++++++++++-----
 src/write_sensu.c        |   48 ++++++-------------
 23 files changed, 197 insertions(+), 201 deletions(-)

New commits:
commit 72a8fd43dcf55cbc9a65a5530c232322c0d686af
Merge: 6d8c379 18dc4a8
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 20:08:24 2015 +0200

    Merge branch 'collectd-5.5'

commit 18dc4a803e23dbd8448cf808d9a579dadf581843
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 20:03:08 2015 +0200

    barometer plugin: Fix "Allocator sizeof operand mismatch" warning.

commit 3bda998c6c40224c5949497fe4d19a9be2ff4a10
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 19:27:27 2015 +0200

    write_sensu plugin: Fix debug message.
    
    It still referenced the variables, which have been removed in
    1c4008c3216edbc9c7cbeffd1c597c9b32e8f64d.

commit 6d8c3791a98eda82702ece14dbda46bc5f3de928
Merge: 1b15b22 1c4008c
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 16:28:01 2015 +0200

    Merge branch 'collectd-5.5'

commit 1c4008c3216edbc9c7cbeffd1c597c9b32e8f64d
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 16:27:26 2015 +0200

    write_sensu plugin: Fix memory leak.

commit 83735c8c5d45bade1c968256515293072013e447
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 16:26:53 2015 +0200

    turbostat plugin: Fix "Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131)" warning.

commit 73428f60b52aa283e3131a837185b04d082e77d7
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 16:26:12 2015 +0200

    openvpn plugin: Fix "Dead assignment" warning.

commit 81a5fd5046c6a39f580a8fc1a3af837fd5f5aa5c
Merge: 0003c4d a7850b8
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 19 15:11:39 2015 +0200

    Merge branch 'collectd-5.4' into collectd-5.5

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