Displaying 1 result from an estimated 1 matches for "1066482".
Did you mean:
106482
2019 Jan 14
5
PSA: the future of compiler-rt’s Scudo
Greetings,
compiler-rt hosts a hardened usermode memory allocator, named Scudo (
https://llvm.org/docs/ScudoHardenedAllocator.html). It aims at providing
additional mitigation against heap-based vulnerabilities, while maintaining
good performance. It leverages sanitizer_common code, and provides
allocation primitives via the usual C/C++ functions.
Up until now, Scudo was mostly used (as far as I