[collectd] [PATCH 0/2] Some minor fixes for head version.
Andres J. Diaz
ajdiaz at connectical.com
Tue Mar 1 17:25:20 CET 2011
The following patches are intended to be applied in master HEAD branch.
The first one fix the buffer length used in sstrncpy function into
parse_identifier_vl, which use the pointer size instead of buffer size as
length argument.
The second one remove a bogus checking in ut_config function. Since
threshold works as a plugin right now, the main config block cannot contain
one only keyword, and check fails. The patch fix this behaviour.
Andres J. Diaz (2):
Fix buffer length in parse_identifier_vl function.
Removed bogus checking in ut_config.
src/common.c | 10 +++++-----
src/threshold.c | 7 -------
2 files changed, 5 insertions(+), 12 deletions(-)
More information about the collectd
mailing list