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

Florian Forster octo at verplant.org
Tue May 27 13:13:47 CEST 2008


 src/utils_llist.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

New commits:
commit 36f72a66a6b5ad14d7ea67e739fc93633b55d6d3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu May 22 13:36:00 2008 +0200

    src/utils_llist.c: Improved robustness against NULL pointers.
    
    All functions searching for some list entry now return NULL if the given
    list equals NULL. Imho, that's the expected behavior. Also, it removes the
    need to check the lists from the calling function while that function
    usually checks the returned list entry anyway.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list