summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2023-09-27 21:52:06 +0200
committerjvoisin2023-09-27 23:00:20 +0200
commit2ccfced2116d00e6ddf3aa6f10cfacab5a863c76 (patch)
tree31262a2870dedeaac1170deacb043b02011bc44c /README.md
parent75b95fa25df74fcd0498bf59e3524f20f594755d (diff)
Add an option to make use of compiler-provided _chk builtins
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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
27- It has a [comprehensive suite of tests](https://github.com/jvoisin/fortify-headers/tree/master/tests), 27- It has a [comprehensive suite of tests](https://github.com/jvoisin/fortify-headers/tree/master/tests),
28 running both on Clang and on GCC for every commit, with 28 running both on Clang and on GCC for every commit, with
29 [significant coverage](https://jvoisin.github.io/fortify-headers/) 29 [significant coverage](https://jvoisin.github.io/fortify-headers/)
30- Defining `USE_NATIVE_CHK` will make use of compiler-provided builtin `_chk`
31 functions, which might be a bit better in term of diagnostics,
32 but won't necesarily provide the same amount of security checks.
30 33
31 34
32# Sample usage 35# Sample usage