]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix a signedness/unsignedness conversion bug in the expression 750/head
authorHavard Eidnes <he@uninett.no>
Tue, 18 Oct 2016 21:12:29 +0000 (23:12 +0200)
committerHavard Eidnes <he@uninett.no>
Tue, 18 Oct 2016 21:12:29 +0000 (23:12 +0200)
commite1939757ab7c7d865f68106189921eb3021cd0d0
tree9208e0aab8c208ff4c6d0246c5c311349e9b5ef5
parentcd194ba57239af2c596b24c81ca022a5e264364b
Fix a signedness/unsignedness conversion bug in the expression
calculating "now" before printout of the timestamp.  Negative values
are first cast to unsigned, it seems, causing overflow.
src/rrd_dump.c