commit e359fc6aceec9d08e6cb747488466eb43710f2a1 parent 73839e34a644fc95a9bc44603025b75aee74ef5b Author: sin <sin@2f30.org> Date: Wed, 1 Apr 2015 17:46:57 +0100 Update README Diffstat:
M | README | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README b/README @@ -1,9 +1,10 @@ What is it? =========== -This is a standalone implementation of fortify source[0]. It is libc-agnostic -and simply overlays the system headers by using the #include_next extension found -in GCC. It was initially intended to be used on musl[1] based Linux distributions[2]. +This is a standalone implementation of fortify source[0]. It provides +compile time buffer checks. It is libc-agnostic and simply overlays the +system headers by using the #include_next extension found in GCC. It was +initially intended to be used on musl[1] based Linux distributions[2]. Features