Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AK: Check for u32 overflow in String::repeated()
I don't know why this was checking for size_t overflow, but it was tripping up ASAN malloc() checks by passing a way-too-large size.
- Loading branch information