From 2ccfced2116d00e6ddf3aa6f10cfacab5a863c76 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 27 Sep 2023 21:52:06 +0200 Subject: Add an option to make use of compiler-provided _chk builtins --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ba5d6ec..9d4dacf 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ on Clang. It was initially intended to be used on - It has a [comprehensive suite of tests](https://github.com/jvoisin/fortify-headers/tree/master/tests), running both on Clang and on GCC for every commit, with [significant coverage](https://jvoisin.github.io/fortify-headers/) +- Defining `USE_NATIVE_CHK` will make use of compiler-provided builtin `_chk` + functions, which might be a bit better in term of diagnostics, + but won't necesarily provide the same amount of security checks. # Sample usage -- cgit v1.3