diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -13,8 +13,8 @@ Features | |||
| 13 | - It is portable, works on *BSD, Linux and possibly other systems. | 13 | - It is portable, works on *BSD, Linux and possibly other systems. |
| 14 | - It will only trap non-conformant programs. This means that fortify | 14 | - It will only trap non-conformant programs. This means that fortify |
| 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 undefined behaviour has already been |
| 17 | is handled by using __builtin_trap(). | 17 | invoked. This is handled by using __builtin_trap(). |
| 18 | - Support for out-of-bounds read interfaces, such as send(), write(), | 18 | - Support for out-of-bounds read interfaces, such as send(), write(), |
| 19 | fwrite() etc. | 19 | fwrite() etc. |
| 20 | - No ABI is enforced. All of the fortify check functions are inlined | 20 | - No ABI is enforced. All of the fortify check functions are inlined |
