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)
commit911b3f4a20003fe8c2189a29430bf54fd630259f
treef30fd5b83f050e190405df340511b982346e6a96
parent79afc877a00c58ddf0821fa75e1fa6c83abe03b4
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/branches/1.4/program@2072 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_daemon.c