fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit a15fe65f92b7b91b952aed44bcc65aa30e9cd23d
parent cebacfb06e82679ea2c2d64fac08611c23702ad9
Author: sin <sin@2f30.org>
Date:   Sat,  7 Mar 2015 10:01:14 +0000

Expand UB, may not be clear for all readers

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -13,8 +13,8 @@ Features - It is portable, works on *BSD, Linux and possibly other systems. - It will only trap non-conformant programs. This means that fortify 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(). +- Avoids making function calls when undefined behaviour has already been + invoked. This is handled by using __builtin_trap(). - Support for out-of-bounds read interfaces, such as send(), write(), fwrite() etc. - No ABI is enforced. All of the fortify check functions are inlined