Update README

This commit is contained in:
sin 2015-03-06 17:10:22 +00:00
parent 83ffdb1860
commit 47b2f1c059

4
README
View File

@ -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.