Johannes Altmanninger 2543b8198d Fix crash when sprintf width argument overflows u64
Given "printf %18446744073709551616s", we parse the number only in
the printf crate, which tells us that we overflowed somwhere (but
not where exactly).
2024-11-09 08:16:08 +01:00
..
2024-08-15 17:38:04 +02:00
2024-04-25 21:52:56 +02:00
2024-05-26 22:06:11 -05:00
2024-04-21 14:35:13 +02:00
2024-05-30 12:14:43 -05:00