[all-commits] [llvm/llvm-project] c7f4b3: [scudo] Fix the misused Exhausted in region alloca...
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Thu Apr 25 19:41:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7f4b3e1bd5cab43d6f733a5107b2946c76bc0bb
https://github.com/llvm/llvm-project/commit/c7f4b3e1bd5cab43d6f733a5107b2946c76bc0bb
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2024-04-25 (Thu, 25 Apr 2024)
Changed paths:
M compiler-rt/lib/scudo/standalone/primary64.h
Log Message:
-----------
[scudo] Fix the misused Exhausted in region allocation (#89852)
`Region->Exhausted` indicates that we don't have more pages to create
new blocks in the region. It has different meaning from region
allocation failure.
Also fix a minor lint in popBlocks()
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list