standlone fortify heaaders
Go to file
sin 911f402e94 Add wcstombs() check 2015-03-04 13:09:31 +00:00
include Add wcstombs() check 2015-03-04 13:09:31 +00:00
LICENSE Relicense under 0-clause BSD 2015-02-21 21:22:26 +00:00
Makefile Add README to make dist 2015-02-28 15:40:15 +00:00
README Add note on binary compat 2015-02-28 15:41:13 +00:00

This is a standalone implementation of fortify source.  The implementation
is libc-agnostic and simply overlays the system headers by using
#include_next magic.

The implementation will trap only non-conformant programs.  This in turn
implies that fortify source level 2 protection is handled in the same way
as level 1.

This implementation does not provide binary compatibility with existing
fortify source implementations.