Displaying 1 result from an estimated 1 matches for "d89204fb".
2020 Mar 16
2
Enable Safe Stack for Baremetal?
Hello,
I'm assessing the work required to enable Safe Stack for a bare metal target.
Looking at compiler-rt/lib/safestack/, the current implementation depends on thread support for mutex & storing unsafe stack pointer.
It also need several system calls: gettid, tgkill, mmap, munmap, mprotect.
Our target doesn't has all underlying support it needs. My question is: what's the