commit d3f7dd74c9380ae9f884be2c6a08b60af7293f6c parent 9ded4dde0cb24aebefbf6ad2f43c08ae2a35774c Author: sin <sin@2f30.org> Date: Fri, 6 Mar 2015 16:45:34 +0000 Add info about out-of-bouds read interfaces Diffstat:
M | README | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -14,7 +14,10 @@ Why? 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 GCC's __builtin_trap(). -- All of the check functions are inlined into the resulting binary. +- Check functions 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. How to use?