This is not a pure revert of c929bcb7d85700494217f3a2148549f8757e0eed.
It also includes a bug fix.
Details
Details
- Reviewers
cferris - Commits
- rGc0f91856a3bf: Reland "[scudo] Manage free blocks in BatchGroup."
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/primary32.h | ||
---|---|---|
164–165 | The bug is how we determined the SameGroup value. In the old change, I only checked if there's number reorder happens. In fact, an already sorted array may not need to have SameGroup == true. |
The bug is how we determined the SameGroup value. In the old change, I only checked if there's number reorder happens. In fact, an already sorted array may not need to have SameGroup == true.