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

Florian Forster octo at verplant.org
Tue Mar 8 09:37:54 CET 2011


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

New commits:
commit 6f452fe1aaa3e81260a7b277d4ebcb5ba6b8cf08
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 168ba3c10031a91771b2c31a42a50d7315780edc
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