]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix double meaning of time 0 as uninitialized value 1079/head
authorJohn W. O'Brien <john@saltant.com>
Sat, 14 Mar 2020 12:49:47 +0000 (08:49 -0400)
committerJohn W. O'Brien <john@saltant.com>
Sat, 14 Mar 2020 12:49:47 +0000 (08:49 -0400)
commit254e4e44cd7828fba8f5bb18a7a29668221e0af5
treeb6319ef5fe3977bb0d3b5e5cf90f0d002e25a411
parentcaf8f7e4a06cd36a69142a46326e58296850781d
Fix double meaning of time 0 as uninitialized value

Treat "VRULE:0#..." as "VRULE:1#..." because elsewhere xrule==0 is
used to mean xrule has not been set, which can lead to an array
bounds violation.
src/rrd_graph_helper.c