The patch fixs rrdtools behaviour when presented with trunkated rrd files.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 3 Oct 2008 22:53:28 +0000 (22:53 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 3 Oct 2008 22:53:28 +0000 (22:53 +0000)
commit080a38ee54e591efe5502395bea152c75e205779
treeb09b0228a6d81ad852395b95e168d26709d04fef
parent5a614bba830fb6e5c458fe3f5c044214acff7ded
The patch fixs rrdtools behaviour when presented with trunkated rrd files.

  * Make sure that we do not extend past the end of the
    file when reading the header.

  * Makes sure that the data portion of the file is large enough, based on
    the ds_cnt and the total number of RRA rows

-- kevin brintnall

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