commit d3e8c46239dcd317916720b823f99dc5d22b97dd parent 7e6100d98005d1c125441915aaba1bfc6b5166fd Author: jvoisin <julien.voisin@dustri.org> Date: Tue, 5 Dec 2023 19:14:46 +0100 Update the README Diffstat:
M | README.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,9 +1,8 @@ # What is it? This is a standalone implementation of -[fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ) -based on [the one](https://git.2f30.org/fortify-headers/) from -[sin](https://u.2f30.org/sin/). It provides compile time buffer checks. +[fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ). +It provides compile time buffer checks. It is libc-agnostic and simply overlays the system headers by using the [`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) extension found in GCC, and