This adds a customization point to support unpoisoning of signal alternate stacks on POSIX.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not sure if I got the parent/child relation right in Phabricator. This change is supposed to come first, before D81577.
compiler-rt/lib/asan/asan_rtl.cpp | ||
---|---|---|
591–592 | Can you please also extract "if (top - bottom > kMaxExpectedCleanupSize) {" block into a function |
static void UnpoisonStack()