[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Wed Jun 17 17:21:02 CEST 2015
src/common.c | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 deletions(-)
New commits:
commit dff336960f8b0466ebcdd21abbeddb451d29e1f9
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 16:19:25 2015 +0200
src/daemon/common.c: Implement strjoin() with memcpy().
The previous implementation used strncat() which has the unfortunate and
unintuitive behavior of copying n+1 bytes to the buffer.
More information about the collectd-changes
mailing list