[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.1'
Florian Forster
octo at verplant.org
Sun Sep 23 12:02:47 CEST 2012
src/ethstat.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 427297d59bc5686f4ef7b95d689421c6eac9c833
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 23 12:00:43 2012 +0200
ethstat plugin: Initialize realloc'ated memory.
The last element in "interfaces" is not guaranteed to be zeroed, resulting in a
segfault when cf_util_get_string() tries to free the "pointer".
Thanks to Mark T. Voelker for reporting and analyzing this bug!
This should fix Github issue #133.
More information about the collectd-changes
mailing list