projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c53d8
)
hardening: enable format security checking by default
author
Steven Barth
<cyrus@openwrt.org>
Tue, 16 Jun 2015 17:27:59 +0000
(17:27 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Tue, 16 Jun 2015 17:27:59 +0000
(17:27 +0000)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46003
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 69fb7089721af63780ef876a0970baef15c2e8a2..82ec0d6d0a780846e2819dc9b7a1a1a67455a485 100644
(file)
--- a/
config/Config-build.in
+++ b/
config/Config-build.in
@@
-211,7
+211,7
@@
menu "Global build settings"
config PKG_CHECK_FORMAT_SECURITY
bool
prompt "Enable gcc format-security"
- default
n
+ default
y
help
Add -Wformat -Werror=format-security to the CFLAGS. You can disable
this per package by adding PKG_CHECK_FORMAT_SECURITY:=0 in the package