"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)
commit0cf61ecda624ab695eeb8f73c189d6f72479d351
tree4c44060217efb39ee00aba1081e1a9c4be385dff
parent096bb3f53482c95c3d2dd09e8c7b2329f6c1c2ff
"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/program@2074 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_daemon.c