SafeStack needs just few functions from there, but sanitizer_common
introduces conflicts with other runtimes, e.g. SCUDO.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| compiler-rt/lib/safestack/safestack.cc | ||
|---|---|---|
| 268 ↗ | (On Diff #182413) | Nice! Consider moving SCS_CHECK, RoundUpTo and MutextLock to safestack_util.h or some other header. |
Comment Actions
move some stuff into safestack_util.h
extract "static->unnamed namespace" into separate patch
| compiler-rt/trunk/lib/safestack/safestack.cc | ||
|---|---|---|
| 154 | Can we please add a dedicated (u64) type for TID? Assuming that PID==TID is linuxism. | |
| compiler-rt/trunk/lib/safestack/safestack.cc | ||
|---|---|---|
| 154 | ||
Can we please add a dedicated (u64) type for TID? Assuming that PID==TID is linuxism.