Code

Fix out-of-bound index in rrdtool.c
authorWill Hawkins <hawkinsw@opentechinstitute.org>
Fri, 22 Jun 2012 18:45:45 +0000 (14:45 -0400)
committerFlorian Forster <octo@collectd.org>
Wed, 27 Jun 2012 16:04:43 +0000 (18:04 +0200)
commit9343b7456d7b846f657a1d0566cb6732f0f2ea50
tree1c4b80423ac1ec0156d33f5b667cc59751cfe287
parentfe88af34d1b23c05ef674930d41c691e46df0a8f
Fix out-of-bound index in rrdtool.c

Fix a reference to argv[1] that is (always?)
outside the bounds of the argv array. It happens
during a log statement that seems to want
to actually refer to the rrd filename.
src/rrdtool.c