rrd plugin: Fix writing of long values.
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 20 Nov 2017 11:02:44 +0000 (12:02 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 21 Nov 2017 09:31:34 +0000 (10:31 +0100)
The buffer provided for value_list_to_string() was not long enough to
fit a timestamp and a negative value using exponent and maximum
precision of the gauge format.

Signed-off-by: Florian Forster <octo@collectd.org>

No differences found