summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin2015-03-06 17:10:22 +0000
committersin2015-03-06 17:10:47 +0000
commit47b2f1c0599ccfb8b0556169afd20506238432b0 (patch)
treee931727d91a58d7d66f494b1934e4e45aaa1d4f7 /README
parent83ffdb1860365d2d1c873266261815acc87aebb2 (diff)
Update README
Diffstat (limited to 'README')
-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