commit 47b2f1c0599ccfb8b0556169afd20506238432b0
parent 83ffdb1860365d2d1c873266261815acc87aebb2
Author: sin <sin@2f30.org>
Date: Fri, 6 Mar 2015 17:10:22 +0000
Update README
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -15,8 +15,8 @@ Features
level 2 is treated in the same way as level 1.
- Avoids making function calls when UB has already been invoked. This
is handled by using __builtin_trap().
-- Check functions for out-of-bounds read interfaces, such as send(),
- write(), fwrite() etc.
+- Support for out-of-bounds read interfaces, such as send(), write(),
+ fwrite() etc.
- No ABI is enforced. All of the check functions are inlined into the
resulting binary.