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

Florian Forster octo at verplant.org
Fri Jan 11 19:49:12 CET 2013


 src/ethstat.c |   43 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 37 insertions(+), 6 deletions(-)

New commits:
commit 6a5004f9c4394c8f561ba3b817196e7a50ad7237
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jan 11 19:45:43 2013 +0100

    ethstat plugin: Fix the map lookup.
    
    Previously, a pointer into the configuration structure was used to look
    up the mappings. Because the configuration structure is freed or
    otherwise modified, this does not work as intended (and may actually
    lead to a segmentation fault when unlucky).
    
    For completeness sake, a shutdown callback was added to free the used
    memory on exit.
    
    Fixes Github issue 224.




More information about the collectd-changes mailing list