1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
Klaus Post 0987069e37
select: Fix integer conversion overflow ()
Do not convert float value to integer if it will over/underflow.

The comparison cannot be `<=` since rounding may overflow it.

Fixes 
2020-09-08 15:56:11 -07:00
..