Files
mirror_zfs/lib/libzfs
Ryan Moeller 4d32abaa87 libzfs: Fix bounds checks for float parsing
UINT64_MAX is not exactly representable as a double.

The closest representation is UINT64_MAX + 1, so we can use a >=
comparison instead of > for the bounds check.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10127
2020-03-16 11:56:29 -07:00
..
2014-08-28 07:59:43 -07:00
2019-09-02 17:53:27 -07:00
2020-03-06 09:28:19 -08:00
2020-03-04 15:07:11 -08:00
2019-10-03 10:33:16 -07:00
2019-09-02 17:53:27 -07:00