[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Wed Jun 17 22:09:26 CEST 2015
src/snmp.c | 2 +-
src/utils_avltree.c | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 3d2e974839fb6590b84e58e000fa92ed6282f4c4
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 22:08:19 2015 +0200
src/utils_avltree.c: Add assertions to rotate_{left,right}().
clang's static code analysis thought that x->right / x->left could be NULL,
reporting false positives. Let's see if this fixes it.
commit d44860c325b0044d5c9c37832efad8bb02eb7d4d
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 19:12:45 2015 +0200
snmp plugin: Fix off-by-one array access.
More information about the collectd-changes
mailing list