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

Florian Forster octo at verplant.org
Thu Oct 11 22:04:14 CEST 2012


 src/utils_avltree.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 334b552e146d572d16333771c56b63b1ba30db2b
Merge: 5eb7104 a5dac90
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 11 22:04:03 2012 +0200

    Merge branch 'collectd-5.1'

commit a5dac903c9dcc94ba911a91c754541e4534bb58c
Merge: 5fb8bff 60c6faf
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 11 22:03:51 2012 +0200

    Merge remote-tracking branch 'origin/collectd-5.1' into collectd-5.1

commit 60c6faf4fe7779e3d2f1c0c807103bbd2ee0c697
Author: Florian Forster <octo at collectd.org>
Date:   Mon Oct 8 16:20:34 2012 +0200

    src/utils_avltree.c: Fix an off-by-one error in c_avl_insert().
    
    When inserting the first node in the tree, the size is not incremented.
    This causes c_avl_size() to return one element too little.
    
    Thanks to Yves Mettier for debugging this!




More information about the collectd-changes mailing list