diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 |
