Skip to content

v0.0.0-10120-gbf5518b0f

Latest

Choose a tag to compare

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