diff options
| author | sin | 2015-04-01 17:46:57 +0100 |
|---|---|---|
| committer | sin | 2015-04-01 17:46:57 +0100 |
| commit | e359fc6aceec9d08e6cb747488466eb43710f2a1 (patch) | |
| tree | dd18b7494d294ba1ec9f86147f4652e462fcc5d7 | |
| parent | 73839e34a644fc95a9bc44603025b75aee74ef5b (diff) | |
Update README
| -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 |
