Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider documenting additional sanitizers #336

Open
AaronBallman opened this issue Dec 6, 2023 · 1 comment
Open

Consider documenting additional sanitizers #336

AaronBallman opened this issue Dec 6, 2023 · 1 comment

Comments

@AaronBallman
Copy link

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.

@SecurityCRob
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants