[all-commits] [llvm/llvm-project] d1168d: [scudo] change allocation buffer size with env var...
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Nov 14 14:59:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1168df2a46e6077d7dd1acc7e6302405dc8d610
https://github.com/llvm/llvm-project/commit/d1168df2a46e6077d7dd1acc7e6302405dc8d610
Author: Florian Mayer <fmayer at google.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/flags.cpp
M compiler-rt/lib/scudo/standalone/flags_parser.cpp
M compiler-rt/lib/scudo/standalone/flags_parser.h
Log Message:
-----------
[scudo] change allocation buffer size with env var (#71703)
We don't allow SCUDO_OPTIONS to be preserved across SELinux transitions,
so introducing a more constrained one that we can preserve.
More information about the All-commits
mailing list