summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin2015-02-28 15:41:13 +0000
committersin2015-02-28 15:41:13 +0000
commit5ebf0ca70e32dd6091d540a3e0d6ef96af816070 (patch)
tree5f9d9c0c471968cafbf0ae98e447939d1426c377 /README
parenta38ba9f68a93c67865179ecc29817e4de7768251 (diff)
Add note on binary compat
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 829463b..0cbc797 100644
--- a/README
+++ b/README
@@ -5,3 +5,6 @@ is libc-agnostic and simply overlays the system headers by using
5The implementation will trap only non-conformant programs. This in turn 5The implementation will trap only non-conformant programs. This in turn
6implies that fortify source level 2 protection is handled in the same way 6implies that fortify source level 2 protection is handled in the same way
7as level 1. 7as level 1.
8
9This implementation does not provide binary compatibility with existing
10fortify source implementations.