From 6c580cd0afe23af30ab77e08251ece38ac9c4cc3 Mon Sep 17 00:00:00 2001 From: "Matt P. Dziubinski" Date: Tue, 31 Aug 2021 22:24:25 +0200 Subject: [PATCH] [compilers][security] Add "Security-related flags and options for C compilers" --- compilers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compilers.md b/compilers.md index c0147caa..788fbe82 100644 --- a/compilers.md +++ b/compilers.md @@ -208,15 +208,17 @@ Compilers Call For Papers for Conferences, Workshops and Journals at WikiCFP - h - Clang documentation - http://clang.llvm.org/docs/ - GCC online documentation - https://gcc.gnu.org/onlinedocs/ + - GCC Wiki - https://gcc.gnu.org/wiki - Cynbe's GCC Debugging Hints - http://muq.org/~cynbe/gcc/ - Debugging Resources - http://muq.org/~cynbe/gcc/offsite-resources.html - Comments on the Internals Manual - http://muq.org/~cynbe/gcc/gccint.html - - GCC Wiki - https://gcc.gnu.org/wiki - LLVM documentation - http://llvm.org/docs/ - Visual C++ documentation - https://docs.microsoft.com/en-us/cpp/ - https://github.com/Microsoft/cpp-docs - - https://msdn.microsoft.com/en-us/library/60k1461a.aspx + - https://docs.microsoft.com/en-us/cpp/visual-cpp-in-visual-studio +- Security-related flags and options for C compilers + - https://airbus-seclab.github.io/c-compiler-security/ ## Sanitizers