[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'
Florian Forster
octo at verplant.org
Mon Aug 19 16:52:17 CEST 2013
src/curl_json.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2aefd2f1927ab78258d8ad218eb5a351d668d412
Author: Jim Radford <radford at galvanix.com>
Date: Sat Aug 10 09:14:27 2013 -0700
curl_json plugin: avoid accessing off the end of the avl_tree_s
It's not written this way, but really we have a union { *key; *tree; }
which is differentiated by checking for the presence a magic field
which only exists in key. This leads to accesses off the end of the
tree. Putting the magic at start of the key avoids this.
Signed-off-by: Florian Forster <octo at collectd.org>
commit d130204df3256c39e104aa9a4346d116458c745e
Author: Jim Radford <radford at galvanix.com>
Date: Sat Aug 10 09:10:56 2013 -0700
curl_json plugin: avoid unlikely overrun
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list