fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 941949299871d446c95765a7b22d95f2755fa615
parent 0932a82adaa80cda3c81100266306baccf05397e
Author: sin <sin@2f30.org>
Date:   Sat, 14 Mar 2015 11:10:16 +0000

Update the README

__builtin_va_arg_pack() is not present in clang along with some
other things like __artificial__ etc.

There will be a fallback mechanism for this implemented in the
next release.

Diffstat:
MREADME | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README @@ -3,8 +3,7 @@ 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 and clang. It was initially intended to be used on musl[1] based Linux -distributions. +in GCC. It was initially intended to be used on musl[1] based Linux distributions. Features