wg-best-practices-os-developers
wg-best-practices-os-developers copied to clipboard
Consider documenting additional sanitizers
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.
Has this been addressed by the C/C++ Compiler Hardening options guide? @gkunz @thomasnyman @david-a-wheeler