Up to now, the Scudo cmake target only provided a static library that had to be
linked to an executable to benefit from the hardened allocator.
This introduces a shared library as well, that can be LD_PRELOAD'ed.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 11382 Build 11382: arc lint + arc unit
Event Timeline
lib/scudo/CMakeLists.txt | ||
---|---|---|
38 | Shouldn't this new block go under if(COMPILER_RT_HAS_SCUDO)? |
Shouldn't this new block go under if(COMPILER_RT_HAS_SCUDO)?