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

Florian Forster octo at verplant.org
Thu Nov 30 16:56:51 CET 2017


 src/aggregation.c       |   70 ++++++++++++++++++++++++-----------------------
 src/gps.c               |    4 +--
 src/ping.c              |   16 +++++------
 src/table.c             |   34 ++++++++++-------------
 src/target_set.c        |   25 +++++++++++------
 src/utils_format_json.c |   50 +++++++++++++++++++++------------
 src/write_graphite.c    |    1 +
 src/write_sensu.c       |   10 +++++--
 src/write_tsdb.c        |    1 +
 9 files changed, 117 insertions(+), 94 deletions(-)

New commits:
commit ff59046e8694bde7f4b965a5f6e35ed325572c82
Merge: 6d6aa2b f55518b
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Tue Nov 28 09:32:33 2017 +0100

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

commit f55518b5d194359de66d52acd6412050cc57fa3a
Author: Florian Forster <octo at collectd.org>
Date:   Tue Nov 28 08:24:14 2017 +0100

    contrib/format.sh src/aggregation.c

commit 7e913809ed870c5b0394a214be45c3d3144f38c4
Author: Florian Forster <octo at collectd.org>
Date:   Tue Nov 28 08:21:48 2017 +0100

    aggregation plugin: Check return value of config functions.
    
    CID: 179235

commit 8f586d6721eece45d2b7118c1e50f4a24176a480
Author: Florian Forster <octo at collectd.org>
Date:   Tue Nov 28 08:17:05 2017 +0100

    aggregation plugin: Declare variables on initialization.

commit 6d6aa2b93003031966b50a70ffeb56b68df0e0c2
Merge: e5400d5 22ea26d
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Sat Nov 25 09:18:51 2017 +0100

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

commit 22ea26dfea00f13829a4b85af6e5f3fd754c1f1f
Author: Florian Forster <octo at collectd.org>
Date:   Sat Nov 25 08:28:35 2017 +0100

    ping plugin: Lock the mutex later.
    
    Coverity gets confused if holding the lock while allocating pingobj.
    
    CID: 37934

commit e5400d571b9e1e2eeefaa03d21c21012e7f9b781
Merge: 87c071e dc3fcdf
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Wed Nov 22 08:14:52 2017 +0100

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

commit dc3fcdf153c610f4901a18baa56974221ec1c9bd
Author: Florian Forster <octo at collectd.org>
Date:   Wed Nov 22 07:47:14 2017 +0100

    set target: Fix memory leak.
    
    CID: 157645

commit 87c071e4dcc9db3be4bc0b2db91f3f66fe5d32d6
Merge: 4587f88 69585ed
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Mon Nov 20 15:10:07 2017 +0100

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

commit 69585ed1cc088314cf0800ebe5c579cc91475904
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 14:26:41 2017 +0100

    table plugin: Refactor realloc() calls.
    
    Increase the number of elements in the successful path only, instead of
    increasing it immediately and decreasing on error.

commit dfe33d435b2c29f7376507463700c5d4d07f3dfa
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 14:19:46 2017 +0100

    table plugin: Assert that result_num is zero when result is NULL.
    
    The Coverity check gets confused by the `tbl->results == NULL` check:
    due to the check, is assumes that tbl->results *may* be NULL. It then
    discovers the dereference in tbl_clear() without realizing that "result"
    and "result_num" are linked and that situation can't happen. This
    assertion makes this link a bit easier to conclude.
    
    CID: 37966

commit 4587f88e51545d383aa759109ed6cd1ed851fe13
Merge: 6cc0fc2 9580905
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Mon Nov 20 13:06:19 2017 +0100

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

commit 6cc0fc256f9e3a5bf0415834c1ecefcc300bab8c
Merge: 319985f 4e54f73
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Mon Nov 20 12:36:14 2017 +0100

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

commit 319985f39b0d94679c491f6ae7c240ae6270715f
Merge: ba61125 2df359d
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Mon Nov 20 12:15:53 2017 +0100

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

commit ba6112578489af85c00839472c68f731190992f5
Merge: 5f6d3ce 419c414
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date:   Mon Nov 20 11:42:03 2017 +0100

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

commit 9580905a83368eb50b4fc85e4bc8f8474b408f64
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 11:21:41 2017 +0100

    gps plugin: Properly unlock mutex after waiting.
    
    How did this ever work?!
    
    CID: 158522

commit d1599c48cac964a6e8b815df7f87dd24a55b1d29
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 11:19:52 2017 +0100

    write_tsdb plugin: Unlock mutex before destroying it.
    
    CID: 179224

commit 6e216c190aa71359a9cdd2d610dfd8c2b912773d
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 11:18:32 2017 +0100

    write_graphite plugin: Unlock mutex before destroying it.
    
    CID: 179225

commit 4e54f739032d50851f3d840106117ed1856569b5
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 11:04:01 2017 +0100

    set target: Ensure that int being cast to size_t is positive or zero.
    
    CID: 157643

commit 2df359d8b9dd5762681bcdbee6a446e8de65d9ac
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 10:50:51 2017 +0100

    write_sensu plugin: Unlock mutex before destroying it.
    
    CID: 179237

commit 419c41409a5c3ba5531008165dff12c6ef5cc819
Author: Florian Forster <octo at collectd.org>
Date:   Mon Nov 20 10:43:10 2017 +0100

    src/utils_format_json.c: Check return values of yajl_gen_* functions.
    
    CID: 179228, 179236, 179239




More information about the collectd-changes mailing list