[all-commits] [llvm/llvm-project] 849da0: [scudo] Shuffle the regions
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Wed Mar 8 14:59:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 849da03202530601c1c7d6a284e905b1ba6a4485
https://github.com/llvm/llvm-project/commit/849da03202530601c1c7d6a284e905b1ba6a4485
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/primary64.h
Log Message:
-----------
[scudo] Shuffle the regions
Shuffle the regions' base address so that the layout of all regions is
less predictable.
Reviewed By: cferris, cryptoad
Differential Revision: https://reviews.llvm.org/D145407
More information about the All-commits
mailing list