diff options
| author | jvoisin | 2023-12-05 19:14:46 +0100 |
|---|---|---|
| committer | jvoisin | 2023-12-05 19:14:46 +0100 |
| commit | d3e8c46239dcd317916720b823f99dc5d22b97dd (patch) | |
| tree | f3a5a2a17b0257077e1f0493480c35e9aa1465d2 | |
| parent | 7e6100d98005d1c125441915aaba1bfc6b5166fd (diff) | |
Update the README
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,9 +1,8 @@ | |||
| 1 | # What is it? | 1 | # What is it? |
| 2 | 2 | ||
| 3 | This is a standalone implementation of | 3 | This is a standalone implementation of |
| 4 | [fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ) | 4 | [fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ). |
| 5 | based on [the one](https://git.2f30.org/fortify-headers/) from | 5 | It provides compile time buffer checks. |
| 6 | [sin](https://u.2f30.org/sin/). It provides compile time buffer checks. | ||
| 7 | It is libc-agnostic and simply overlays the system headers by using the | 6 | It is libc-agnostic and simply overlays the system headers by using the |
| 8 | [`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) | 7 | [`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) |
| 9 | extension found in GCC, and | 8 | extension found in GCC, and |
