diff options
| -rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -1,9 +1,10 @@ | |||
| 1 | What is it? | 1 | What is it? |
| 2 | =========== | 2 | =========== |
| 3 | 3 | ||
| 4 | This is a standalone implementation of fortify source[0]. It is libc-agnostic | 4 | This is a standalone implementation of fortify source[0]. It provides |
| 5 | and simply overlays the system headers by using the #include_next extension found | 5 | compile time buffer checks. It is libc-agnostic and simply overlays the |
| 6 | in GCC. It was initially intended to be used on musl[1] based Linux distributions[2]. | 6 | system headers by using the #include_next extension found in GCC. It was |
| 7 | initially intended to be used on musl[1] based Linux distributions[2]. | ||
| 7 | 8 | ||
| 8 | 9 | ||
| 9 | Features | 10 | Features |
