This resolves an issue tripping a DCHECK, as I was checking for the
capacity and not the size. We don't need to 0-init the Vector as it's
done already, and make sure we only 0-out the string on clear if it's
not empty.
Details
Details
- Reviewers
hctim vitalybuka cferris pcc - Commits
- rG5019b0a56588: [scudo] Fix String DCHECK
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo