X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=config%2FConfig-build.in;h=64057cf027eccecb5e35be5ffdf2bf6514540ccc;hb=f2997674f1c527bb751e8ad54dfca8c87fbad44d;hp=0ca145e3a96586919eef6ca9be13bac89dae9897;hpb=b0cb6d1bb88109cbc0f9bb2b46acb26e8824ffbd;p=openwrt-github%2F.git diff --git a/config/Config-build.in b/config/Config-build.in index 0ca145e3a9..64057cf027 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -258,7 +258,7 @@ menu "Global build settings" functions: memcpy, mempcpy, memmove, memset, strcpy, stpcpy, strncpy, strcat, strncat, sprintf, vsprintf, snprintf, vsnprintf, gets. "Conservative" (_FORTIFY_SOURCE set to 1) only introduces - checks that sholdn't change the behavior of conforming programs, + checks that shouldn't change the behavior of conforming programs, while "aggressive" (_FORTIFY_SOURCES set to 2) some more checking is added, but some conforming programs might fail. config PKG_FORTIFY_SOURCE_NONE @@ -272,7 +272,7 @@ menu "Global build settings" choice prompt "Enable RELRO protection" help - Enable a link-time protection know as RELRO (Relocation Read Only) + Enable a link-time protection known as RELRO (Relocation Read Only) which helps to protect from certain type of exploitation techniques altering the content of some ELF sections. "Partial" RELRO makes the .dynamic section not writeable after initialization, introducing