mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-16 21:43:27 +00:00
From the changelog: - The standard library's `str::repeat` function contained an out of bounds write caused by an integer overflow. This has been fixed by deterministically panicking when an overflow happens.