Fix potential unsigned->signed conversion underflow We checked if a value could fit into a uint64 then used it as an int64. This can lead to incorrect results when the value has its highest bit set. PiperOrigin-RevId: 932758213
Fix potential unsigned->signed conversion underflow We checked if a value could fit into a uint64 then used it as an int64. This can lead to incorrect results when the value has its highest bit set. PiperOrigin-RevId: 932758213