[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.5'
Florian Forster
octo at verplant.org
Mon Sep 29 14:57:49 CEST 2008
src/snmp.c | 29 ++++++++++++++++++++++++-----
1 files changed, 24 insertions(+), 5 deletions(-)
New commits:
commit 8faf4450ab7019e8931eca3343d43c79c37701d3
Author: Florian Forster <octo at noris.net>
Date: Mon Sep 22 13:57:29 2008 +0200
snmp plugin: Improve parsing of strings to values.
The ``strings'' returned by the Net-SNMP library may not be null
terminated. What the fuck were those guys thinking? At least there's a
`val_len' member in `struct variable_list' we can use to determine the
amount of bytes we need to copy.
More information about the collectd-changes
mailing list