[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-5.1'
    Florian Forster 
    octo at verplant.org
       
    Mon Oct  8 16:25:54 CEST 2012
    
    
  
 src/utils_avltree.c |    1 +
 1 file changed, 1 insertion(+)
New commits:
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