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

Florian Forster octo at verplant.org
Fri Mar 6 17:33:23 CET 2009


 src/rrdtool.c       |   34 +++++++++++++++++++++++++++-------
 src/utils_avltree.c |    2 ++
 2 files changed, 29 insertions(+), 7 deletions(-)

New commits:
commit 4e57613ae19a71a0f180f0648223a139f48c932c
Author: Florian Forster <octo at noris.net>
Date:   Fri Mar 6 16:53:28 2009 +0100

    rrdtool plugin: Fix a possible race condition at startup.
    
    On a very busy system, if the network plugin was initialized before the
    rrdtool plugin, `rrd_cache_insert' may be called before the RRDtool
    plugin is initialized. It would then pass `cache == NULL' to
    `c_avl_get', resulting in a segmentation fault.




More information about the collectd-changes mailing list