[all-commits] [llvm/llvm-project] cc04bb: [scudo] Fix the calculation of PushedBytesDelta (#...
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Tue Jun 11 14:52:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc04bbb2752a0b2a5e7fb41ed1a9d54fbdd3be89
https://github.com/llvm/llvm-project/commit/cc04bbb2752a0b2a5e7fb41ed1a9d54fbdd3be89
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2024-06-11 (Tue, 11 Jun 2024)
Changed paths:
M compiler-rt/lib/scudo/standalone/primary64.h
Log Message:
-----------
[scudo] Fix the calculation of PushedBytesDelta (#95177)
BytesInBG is always greater or equal to BG->BytesInBGAtLastCheckpoint.
Note that the bug led to unnecessary attempts of page releasing and
doesn't have critical impact on the correctness.
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