commit 5ebf0ca70e32dd6091d540a3e0d6ef96af816070
parent a38ba9f68a93c67865179ecc29817e4de7768251
Author: sin <sin@2f30.org>
Date: Sat, 28 Feb 2015 15:41:13 +0000
Add note on binary compat
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -5,3 +5,6 @@ is libc-agnostic and simply overlays the system headers by using
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.