Skip to content

Commit dd6ffff

Browse files
committed
Add TODO for BSD
1 parent 294f76e commit dd6ffff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ INTERCEPTOR(uptr, bsd_signal, int signum, uptr handler) {
4949
SIGNAL_INTERCEPTOR_ENTER();
5050
if (GetHandleSignalMode(signum) == kHandleSignalExclusive) return 0;
5151

52+
// TODO: support cloak_sanitizer_signal_handlers
5253
int ret;
5354
SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
5455
return ret;

0 commit comments

Comments
 (0)