fmt/include
Victor Zverovich 7852fc384c Fix out-of-range integers with the 'c' presentation type (#4839)
Formatting an integer with ':c' used the magnitude (abs_value) and never
range-checked, so negatives were mangled and out-of-range values silently
truncated. Copy the value as a character and report an error when it is out
of range, treating all character types as unsigned for portability.
2026-07-17 11:36:52 -07:00
..
fmt Fix out-of-range integers with the 'c' presentation type (#4839) 2026-07-17 11:36:52 -07:00