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

Florian Forster octo at verplant.org
Wed Sep 27 08:18:24 CEST 2017


 src/perl.c |    6 ++++++
 src/snmp.c |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit a71c3ebcfc6ca265c702117c89f1bb552723d1fa
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Tue Sep 26 22:30:52 2017 +0700

    snmp plugin: Style fix
    
    Issue: #2291
    Signed-off-by: Florian Forster <octo at collectd.org>

commit d16c24542b2f96a194d43a73c2e5778822b9cb47
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed May 31 23:27:13 2017 +0700

    snmp plugin: Fix double free of request PDU
    
    snmp_sess_synch_response() always frees request PDU, in both case of request
    error and success. If error condition occurs inside of `while (status == 0)`
    loop, double free of `req` happens.
    
    Issue: #2291
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 6c082e955466f0c451d608fb3cbb31481c02fa37
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 20 19:38:10 2017 +0200

    perl plugin: Improve error message.

commit 75d4c13daf6c1226710b64ff3a793afa31721b81
Merge: da4589d 3e0d21f
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 20 19:34:56 2017 +0200

    Merge remote-tracking branch 'github/pr/2391' into collectd-5.6

commit 3e0d21f0139269625f5abcf5e6a582d0867e6733
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Aug 2 12:15:50 2017 +0700

    perl plugin: Added check of proper interpreter initialization.
    
    Closes: #927




More information about the collectd-changes mailing list