Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OOM in
describeNestedSetFingerprint
`describedNestedSetFingerprint` appended a `StringBuilder` to itself in a loop instead of the actual item from the nested set, resulting in OOMs in `Runfiles#describeKey` and `RepoMappingManifestAction#describeKey`. Work towards bazelbuild#18666 Closes bazelbuild#18668. PiperOrigin-RevId: 540270874 Change-Id: Id408ab4c2438bea264b586f8ae5567dc41260242
- Loading branch information