[compiler-rt] [scudo] Fix release to OS logic in secondary cache. (PR #103303)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 15:57:43 PDT 2024
================
@@ -321,8 +321,6 @@ class MapAllocatorCache {
}
CachedBlock PrevEntry = Quarantine[QuarantinePos];
Quarantine[QuarantinePos] = Entry;
- if (OldestTime == 0)
----------------
cferris1000 wrote:
That sounds fine to me. But you should mention it in the description.
By the way, there is a misspelled word (tthe) in the description too.
https://github.com/llvm/llvm-project/pull/103303
More information about the llvm-commits
mailing list