diff --git a/README b/README index 24bed12..0f7d26d 100644 --- 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.