Code

When specifying a relative path (-j option) rrd_cached would segfault when
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 26 Apr 2010 12:38:11 +0000 (12:38 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 26 Apr 2010 12:38:11 +0000 (12:38 +0000)
commite50ceea8bf16dc7aaec6d005d3b63c4ffacdd0ae
tree59f6eb2de9e48e950cd7c6fe5f3e880eb06f3683
parentb224ec865a00af6f354d071c7da6aade387637b8
When specifying a relative path (-j option) rrd_cached would segfault when
trying to read past journals (journal_init function). Added an extra check
to journal_init before reading the directory, and, when parsing the command
line options, to expand the relative path to an absolute path. -- Adrian-Ioan Vasile yoyo@opennet.ro

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