X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README;h=64cba3c952639d4db4e49832b4b632ec5fd683cd;hb=8a90b6238443323e5ac03fa303c1dc7728c97dfb;hp=c4e81516e53e968f7aa169cba97a09291f6dc21b;hpb=848cc5dffc059fa04e263e7287d0d0a780afe6ea;p=blhc%2Fblhc.git diff --git a/README b/README index c4e8151..64cba3c 100644 --- a/README +++ b/README @@ -67,7 +67,7 @@ Consider the following compiler line: blhc generates the following warnings because all hardening flags are missing: - CFLAGS missing (-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security): gcc -g -O2 -o test test.c + CFLAGS missing (-fstack-protector-strong -Wformat -Werror=format-security): gcc -g -O2 -o test test.c CPPFLAGS missing (-D_FORTIFY_SOURCE=2): gcc -g -O2 -o test test.c LDFLAGS missing (-Wl,-z,relro): gcc -g -O2 -o test test.c @@ -174,7 +174,7 @@ LICENSE blhc is licensed under GPL version 3 or later. -Copyright (C) 2012-2015 Simon Ruderich +Copyright (C) 2012-2019 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by