]> git.itanic.dy.fi Git - rrdd/commit
rrdtool_update_data: Sanitize input data before passing to rrdtool
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 3 Apr 2011 09:21:16 +0000 (12:21 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sun, 3 Apr 2011 09:21:16 +0000 (12:21 +0300)
commite2039290a52e274b723185fc55bc6159ccf2ab48
tree59bfc7a1e0b61157bdf8df304c97e9cf52061e3c
parent0810e5490ba4d551efb0ed1c0420968d10fc07cc
rrdtool_update_data: Sanitize input data before passing to rrdtool

If there is any non-numberic data in the input data, replace them with
'U' so that rrdtool doesn't refuse the entire input data set.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
rrdtool.c