diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -21,8 +21,9 @@ on Clang. It was initially intended to be used on | |||
| 21 | - Support for out-of-bounds read interfaces, such as send(), write(), fwrite() etc. | 21 | - Support for out-of-bounds read interfaces, such as send(), write(), fwrite() etc. |
| 22 | - No ABI is enforced. All of the fortify check functions are inlined | 22 | - No ABI is enforced. All of the fortify check functions are inlined |
| 23 | into the resulting binary. | 23 | into the resulting binary. |
| 24 | - It has a [comprehensive suite of tests](https://github.com/jvoisin/fortify-headers/tree/master/tests), | 24 | - It has a [comprehensive suite of |
| 25 | running both on Clang and on GCC for every commit, with | 25 | tests](https://github.com/jvoisin/fortify-headers/tree/master/tests), running |
| 26 | both on Clang and on GCC for every commit, on C89, C99, C11 and C17, with | ||
| 26 | [significant coverage](https://jvoisin.github.io/fortify-headers/) | 27 | [significant coverage](https://jvoisin.github.io/fortify-headers/) |
| 27 | - Defining `FORTIFY_USE_NATIVE_CHK` will make use of compiler-provided builtin `_chk` | 28 | - Defining `FORTIFY_USE_NATIVE_CHK` will make use of compiler-provided builtin `_chk` |
| 28 | functions, which might be a bit better in term of diagnostics, | 29 | functions, which might be a bit better in term of diagnostics, |
