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(-) _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
