]> git.itanic.dy.fi Git - rrdd/commit
rrdtool: Ensure data read by the parser is always NULL terminated
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 27 Jun 2012 19:06:07 +0000 (22:06 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 27 Jun 2012 19:43:07 +0000 (22:43 +0300)
commite53a4b7bdb254b020ef2c7152b9da91f9d200df8
tree8c00674966af801810d7dcd210eb910479652735
parent4d590108a442e6b639552055c67b128b5a88bafc
rrdtool: Ensure data read by the parser is always NULL terminated

To seal out any possible denial of service attacs, do not expect the
parsers to return data that is NULL terminated.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
rrdtool.c