wg-best-practices-os-developers icon indicating copy to clipboard operation
wg-best-practices-os-developers copied to clipboard

Consider documenting additional sanitizers

Open AaronBallman opened this issue 2 years ago • 1 comments

There’s -fsanitize for control flow integrity (https://clang.llvm.org/docs/ControlFlowIntegrity.html), shadow-call-stack (https://clang.llvm.org/docs/ShadowCallStack.html), and safe stack (https://clang.llvm.org/docs/SafeStack.html) that could be considered for inclusion.

AaronBallman avatar Dec 06 '23 15:12 AaronBallman

Has this been addressed by the C/C++ Compiler Hardening options guide? @gkunz @thomasnyman @david-a-wheeler

SecurityCRob avatar May 08 '24 18:05 SecurityCRob