[PATCH] D50406: SafeStack: Delay thread stack clean-up

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 12:05:53 PDT 2018


cryptoad added a comment.

Random thought: isn't the introduction of malloc here (as opposed to an OS backed alternative like mmap) gonna mess compatibility with other Sanitizers that intercept it? (thinking of Scudo which is currently compatible with SafeStack but I haven't tested).


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50406





More information about the llvm-commits mailing list