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

Florian Forster octo at verplant.org
Thu Dec 18 17:57:56 CET 2008


 src/configfile.c     |    3 ++-
 src/perl.c           |    2 +-
 src/processes.c      |    3 +--
 src/utils_complain.c |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 67a926821b3b6e39d9fd5e1c10b5a2d0ecdd237a
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Dec 6 17:29:42 2008 +0100

    perl plugin, utils_complain: Fixed errors identified by -Wformat-security.
    
    A few "format not a string literal and no format arguments" errors have been
    fixed by using "%s" as the format argument.
    
    Thanks to Kevin (onebinary) for reporting this.

commit de4c4c1a394b70a392aeb85ae770f2381771a428
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Dec 5 17:22:53 2008 +0100

    configfile.c: Ignore registered undefined config keys.
    
    If a registered config key equals NULL, it is now ignored. Before, this would
    cause a segfault. As this has happened a few times in the past, we not handle
    it sanely.

commit 0e738514446d5d75df725020137047f7ce5a125a
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Dec 5 17:11:16 2008 +0100

    processes plugin: Fixed a segfault when handling unknown config options.
    
    When using STATIC_ARRAY_SIZE() to determine the number of config keys, the
    list must not include NULL. Else, the configfile module will handle that as
    another config key and dereference it in case no previous key matched, i.e.
    when handling unknown config options.




More information about the collectd-changes mailing list