Code

"rrd_parsetime" uses (many) global variables and is thus not
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 29 Apr 2010 05:44:24 +0000 (05:44 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 29 Apr 2010 05:44:24 +0000 (05:44 +0000)
commit33fdd01453a61952c5a3a81609e84d94089c3179
tree9d32634029d039ba9fc023630db5de9c1c5c8243
parent0618030750583c530de17ddecc542cfdd2b569a7
"rrd_parsetime" uses (many) global variables and is thus not
thread-safe. Using it in the FETCH command reproducably segfaults the
caching daemon.

This replacement will only work with "simple" integers, i. e. times
specified as "1272470594" (sometime on April 28th) or "-3600" (one hour
ago). -- Florian Forster

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2074 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_daemon.c