Skip to content
Snippets Groups Projects
Commit f6433f63 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

config: fix typo in Global build settings menu


Signed-off-by: default avatarNicolas Thill <nico@openwrt.org>

SVN-Revision: 44258
parent 70b4d641
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ menu "Global build settings" ...@@ -258,7 +258,7 @@ menu "Global build settings"
functions: memcpy, mempcpy, memmove, memset, strcpy, stpcpy, functions: memcpy, mempcpy, memmove, memset, strcpy, stpcpy,
strncpy, strcat, strncat, sprintf, vsprintf, snprintf, vsnprintf, strncpy, strcat, strncat, sprintf, vsprintf, snprintf, vsnprintf,
gets. "Conservative" (_FORTIFY_SOURCE set to 1) only introduces 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 while "aggressive" (_FORTIFY_SOURCES set to 2) some more checking is
added, but some conforming programs might fail. added, but some conforming programs might fail.
config PKG_FORTIFY_SOURCE_NONE config PKG_FORTIFY_SOURCE_NONE
...@@ -272,7 +272,7 @@ menu "Global build settings" ...@@ -272,7 +272,7 @@ menu "Global build settings"
choice choice
prompt "Enable RELRO protection" prompt "Enable RELRO protection"
help 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 which helps to protect from certain type of exploitation techniques
altering the content of some ELF sections. "Partial" RELRO makes the altering the content of some ELF sections. "Partial" RELRO makes the
.dynamic section not writeable after initialization, introducing .dynamic section not writeable after initialization, introducing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment