[all-commits] [llvm/llvm-project] e15fcd: [scudo] Use the releaseAndZeroPagesToOS function. ...
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Mon Nov 6 12:46:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e15fcd7ba41e63edc7da217f0b33aeb10f1c0b5a
https://github.com/llvm/llvm-project/commit/e15fcd7ba41e63edc7da217f0b33aeb10f1c0b5a
Author: Christopher Ferris <cferris1000 at users.noreply.github.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/secondary.h
Log Message:
-----------
[scudo] Use the releaseAndZeroPagesToOS function. (#71256)
All of the code assumes that when the pages are released, the entry is
zero'd, so use the correct function. On most systems, this does not
change anything.
More information about the All-commits
mailing list