diff options
| author | sin | 2015-03-06 17:10:22 +0000 |
|---|---|---|
| committer | sin | 2015-03-06 17:10:47 +0000 |
| commit | 47b2f1c0599ccfb8b0556169afd20506238432b0 (patch) | |
| tree | e931727d91a58d7d66f494b1934e4e45aaa1d4f7 | |
| parent | 83ffdb1860365d2d1c873266261815acc87aebb2 (diff) | |
Update README
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -15,8 +15,8 @@ Features | |||
| 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 UB has already been invoked. This |
| 17 | is handled by using __builtin_trap(). | 17 | is handled by using __builtin_trap(). |
| 18 | - Check functions for out-of-bounds read interfaces, such as send(), | 18 | - Support for out-of-bounds read interfaces, such as send(), write(), |
| 19 | write(), fwrite() etc. | 19 | fwrite() etc. |
| 20 | - No ABI is enforced. All of the check functions are inlined into the | 20 | - No ABI is enforced. All of the check functions are inlined into the |
| 21 | resulting binary. | 21 | resulting binary. |
| 22 | 22 | ||
