author | Will Hawkins <hawkinsw@opentechinstitute.org> | |
Fri, 22 Jun 2012 18:45:45 +0000 (14:45 -0400) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 27 Jun 2012 16:04:43 +0000 (18:04 +0200) | ||
commit | 9343b7456d7b846f657a1d0566cb6732f0f2ea50 | |
tree | 1c4b80423ac1ec0156d33f5b667cc59751cfe287 | tree | snapshot |
parent | fe88af34d1b23c05ef674930d41c691e46df0a8f | commit | diff |
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.
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 | diff | blob | history |