Files
Derek Mauro f8288c18a1 rotr/rotl: Fix undefined behavior when passing INT_MIN
as the number of positions to rotate by

Previously the code was negating INT_MIN, which is undefined

PiperOrigin-RevId: 770318129
Change-Id: Iff94b0e3d5777b2f488f2d48b6f8220f47bdada3
2025-06-11 14:22:33 -07:00
..