proxmox-backup/proxmox-rrd
Dominik Csapak 5c1cabdea1 rrd: use saturating_sub to avoid underflow
Without this, the tests fail in debug mode.
Also having start (u64) underflow to a value greater than end does
not really make sense

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-28 12:54:54 +02:00
..
examples proxmox-rrd: fix regression tests 2021-10-19 18:41:03 +02:00
src rrd: use saturating_sub to avoid underflow 2021-10-28 12:54:54 +02:00
tests proxmox-rrd: fix regression tests 2021-10-19 18:41:03 +02:00
Cargo.toml use new fsync parameter to replace_file and atomic_open_or_create 2021-10-21 07:28:32 +02:00