[all-commits] [llvm/llvm-project] 3fb470: [scudo] Fix RingBuffer initialization.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Thu Jan 12 13:10:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fb470fe67cda25fd2ca74162727fd3c38eb0b11
https://github.com/llvm/llvm-project/commit/3fb470fe67cda25fd2ca74162727fd3c38eb0b11
Author: Luke Nicholson <lukenicholson at google.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/combined.h
Log Message:
-----------
[scudo] Fix RingBuffer initialization.
Several map implementations require that map calls provide a page
aligned size.
Reviewed By: fmayer
Differential Revision: https://reviews.llvm.org/D141630
More information about the All-commits
mailing list