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

Florian Forster octo at verplant.org
Tue Jan 22 11:06:19 CET 2008


 src/apache.c |   47 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 30 insertions(+), 17 deletions(-)

New commits:
commit df724fee6b417cfbeea2925f4c6fd8c70f9a7d66
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Tue Jan 22 11:06:15 2008 +0100

    apache plugin: Improved some error messages and fixed-buffer string copying.
    
    Return an error when initialization fails. This includes the case when no URL
    is configured. The user is informed about this as clear as possible.
    
    Also, `strncpy' and `snprintf' now are followed by a forced NULL-termination of
    the strings to be on the save side. This also changes the plugin to look more
    like the other plugins which mostly do this already.




More information about the collectd-changes mailing list