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)
commit3790ee46225952fe7410343ecc4b9702cf70e421
treeaaa4e0ed17cdd1abe22348ff3cde521a20e55f5c
parent8afd4d6a20b26c3554f404e8167bb804a7425431
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/program@2072 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_daemon.c