diff options
| author | jvoisin | 2024-10-08 03:51:44 +0200 |
|---|---|---|
| committer | jvoisin | 2024-10-08 15:21:13 +0200 |
| commit | f8155f0b945c5cfb3600d7c146a5d86870ed09d2 (patch) | |
| tree | ff2d7d484867895ac3bb1175de09c78d9c9a9188 /README.md | |
| parent | 6573631a5e4339a2fc2f86680e36e35e25bf416c (diff) | |
Run various C versions in the CI
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, |
