[all-commits] [llvm/llvm-project] 148a42: [sanitizer-common] [Darwin] Provide warnings for c...
Andrew Haberlandt via All-commits
all-commits at lists.llvm.org
Mon Nov 3 14:40:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 148a42bdd2f252b4366b79fc518356bb06cacac3
https://github.com/llvm/llvm-project/commit/148a42bdd2f252b4366b79fc518356bb06cacac3
Author: Andrew Haberlandt <ndrewh at users.noreply.github.com>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
Log Message:
-----------
[sanitizer-common] [Darwin] Provide warnings for common sandbox issues (#165907)
We currently do not handle errors in task_set_exc_guard_behavior. If
this fails, mmap can unexpectedly crash.
We also do not currently provide a clear warning if no external
symbolizers are found.
rdar://163798535
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list