[compiler-rt] [sanitizer] Add cloak_sanitizer_signal_handlers runtime option (PR #162746)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 17:07:33 PDT 2025


================
@@ -24,6 +24,9 @@ namespace __sanitizer {
 
 const char *SanitizerToolName = "SanitizerTool";
 
+const int MaxSignals = 64;
----------------
vitalybuka wrote:

It would be easier if you replace 

signal_handler_is_from_sanitizer with ptr to the handler.
and compare oldhandler with this ptr

https://github.com/llvm/llvm-project/pull/162746


More information about the llvm-commits mailing list