[PATCH] D138157: Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 17 14:11:51 PST 2022
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/docs/GwpAsan.rst:174
+----------------------------+---------+--------------------------------------------------------------------------------+
-| PerfectlyRightAlign | false | When allocations are right-aligned, should we perfectly align them up to the |
-| | | page boundary? By default (false), we round up allocation size to the nearest |
----------------
how this related to the patch?
================
Comment at: llvm/docs/GwpAsan.rst:180
| SampleRate | 5000 | The probability (1 / SampleRate) that a page is selected for GWP-ASan |
-| | | sampling. Sample rates up to (2^31 - 1) are supported. |
+| | | sampling. Sample rates up to (2^30 - 1) are supported. |
+----------------------------+---------+--------------------------------------------------------------------------------+
----------------
unrelated?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138157/new/
https://reviews.llvm.org/D138157
More information about the cfe-commits
mailing list