diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,9 +1,8 @@ | |||
| 1 | # What is it? | 1 | # What is it? |
| 2 | 2 | ||
| 3 | This is a standalone implementation of | 3 | This is a standalone implementation of |
| 4 | [fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ) | 4 | [fortify source]( http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html ). |
| 5 | based on [the one](https://git.2f30.org/fortify-headers/) from | 5 | It provides compile time buffer checks. |
| 6 | [sin](https://u.2f30.org/sin/). It provides compile time buffer checks. | ||
| 7 | It is libc-agnostic and simply overlays the system headers by using the | 6 | It is libc-agnostic and simply overlays the system headers by using the |
| 8 | [`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) | 7 | [`#include_next`](https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html) |
| 9 | extension found in GCC, and | 8 | extension found in GCC, and |
