[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-5.7'
    Florian Forster 
    octo at verplant.org
       
    Fri Dec  1 15:52:21 CET 2017
    
    
  
 src/powerdns.c |   73 +++++++++++++++++++++++---------------------------------
 1 file changed, 30 insertions(+), 43 deletions(-)
New commits:
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 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 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