mirror of
https://github.com/apple/container.git
synced 2026-07-11 20:17:08 +00:00
831a6bfe1c
- Closes #1547. - A negative progress value (e.g. from a race in progress events) would produce a negative barLength and crash inside String(repeating:count:). Wrap the computed length in max(0, ...) and add a regression test that calls set(size: -10) and exercises draw(state:detail:).