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

Florian Forster octo at verplant.org
Wed Jun 17 15:41:16 CEST 2015


 src/email.c             |   56 +++++++++++++++++++++--------------------------
 src/liboconfig/parser.y |    1 +
 src/network.c           |   30 +++++++++++++++----------
 3 files changed, 44 insertions(+), 43 deletions(-)

New commits:
commit f5adf265a374e5e0dba89a4a9903e7719dc57039
Merge: cf33da9 dd324a1
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 14:52:22 2015 +0200

    Merge branch 'collectd-5.4' into collectd-5.5

commit dd324a1592259913e6e92d3b54e6fa2b0c5f38f7
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 11:41:55 2015 +0200

    network plugin: Avoid "status may be used uninitialized" warning.

commit c0c52a2c4aa0c9b89c9445fb7ddeec1fdb1b496b
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 10:48:27 2015 +0200

    liboconfig: Declare yylex().

commit 1205b167f300adacdcf7d5dd385299d2b05ace32
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 10:37:31 2015 +0200

    email plugin: Fix freeing linked lists.
    
    The previous code essentially did:
    
        for (…; …; ptr = ptr->next)
          free (ptr);
    
    The "ptr->next" is a use-after-free.

commit 7f6c4a16fdacab6c11f8a7756f0d8438ce198288
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 17 10:26:21 2015 +0200

    network plugin: Make sure all memory is freed when the receive thread fails.
    
    Not all that useful (your receive thread just died …) but hopefully
    makes the static analysis happy.




More information about the collectd-changes mailing list