]> 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:49:34 +0000 (12:49 +0300)
commitd86fe9f2da9e10bd699e10c7522b8b3645c0b560
tree22a71d3ea712b74863998cebf2ae246437aa2f34
parent217a1d768dfae6871aa0ed806da11695f912d04b
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