Set SA_SIGINFO only if we set sighandler, or we can set the flag, and
return it as 'old' without actual sigaction set.
Details
Details
- Reviewers
melver dvyukov - Commits
- rG266a8d5cfe9a: [tsan] Fix sigaction interceptor after D107186
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/sanitizer_common/TestCases/Posix/replace_sigaction.cpp | ||
---|---|---|
11 | Are these intentionally non-static? |
Are these intentionally non-static?
Just wondering if on some platforms this name might cause conflicts.