mirror of
https://github.com/pgsty/minio.git
synced 2026-03-13 06:35:34 +01:00
Do not convert float value to integer if it will over/underflow. The comparison cannot be `<=` since rounding may overflow it. Fixes #10436
Do not convert float value to integer if it will over/underflow. The comparison cannot be `<=` since rounding may overflow it. Fixes #10436