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

Florian Forster octo at verplant.org
Tue Mar 8 09:43:00 CET 2011


 src/common.c    |   10 +++++-----
 src/threshold.c |    7 -------
 2 files changed, 5 insertions(+), 12 deletions(-)

New commits:
commit a694ecb8cc8e1b369c87a427c145872f22fada41
Author: Andres J. Diaz <ajdiaz at connectical.com>
Date:   Tue Mar 1 17:25:22 2011 +0100

    Removed bogus checking in ut_config.
    
    Since threshold is a plugin, the main config block (<Plugin "threshold">)
    cannot contain only one keyword (as was mandatory in previous versions),
    so checking must be removed.
    
    Signed-off-by: Andres J. Diaz <ajdiaz at connectical.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 414723eda704326d47c203bcacfcb1bdc51eb784
Author: Andres J. Diaz <ajdiaz at connectical.com>
Date:   Tue Mar 1 17:25:21 2011 +0100

    Fix buffer length in parse_identifier_vl function.
    
    In parse_identifier_vl function (common.c), the value passed to
    sstrncpy as buffer length is the sizeof a char pointer, which
    is 4bytes for 32bit arch and 8bytes for 64 bit ones.
    
    This patch fix the length and truncate the buffer to the same size as
    destination buffer.
    
    Signed-off-by: Andres J. Diaz <ajdiaz at connectical.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list