summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 24bed12..0f7d26d 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ Features
15 level 2 is treated in the same way as level 1. 15 level 2 is treated in the same way as level 1.
16- Avoids making function calls when UB has already been invoked. This 16- Avoids making function calls when UB has already been invoked. This
17 is handled by using __builtin_trap(). 17 is handled by using __builtin_trap().
18- Check functions for out-of-bounds read interfaces, such as send(), 18- Support for out-of-bounds read interfaces, such as send(), write(),
19 write(), fwrite() etc. 19 fwrite() etc.
20- No ABI is enforced. All of the check functions are inlined into the 20- No ABI is enforced. All of the check functions are inlined into the
21 resulting binary. 21 resulting binary.
22 22