All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: make fortify_source=yes by default
@ 2022-04-22 10:08 Michael Tokarev
  2022-04-22 13:27 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2022-04-22 10:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev

Commit c87ea1163111917 "configure: add --without-default-feature"
changed fortify_source from "yes" to "$default_feature". But there's
no option to turn it on, we only turn it off for debug build.  I think
this should always be initialized to "yes" in the first place.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7c08c18358..5d79c9eee0 100755
--- a/configure
+++ b/configure
@@ -308,7 +308,7 @@ debug_tcg="no"
 debug="no"
 sanitizers="no"
 tsan="no"
-fortify_source="$default_feature"
+fortify_source="yes"
 gcov="no"
 EXESUF=""
 modules="no"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure: make fortify_source=yes by default
  2022-04-22 10:08 [PATCH] configure: make fortify_source=yes by default Michael Tokarev
@ 2022-04-22 13:27 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2022-04-22 13:27 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-devel

Queued, thanks.

Paolo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-22 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 10:08 [PATCH] configure: make fortify_source=yes by default Michael Tokarev
2022-04-22 13:27 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.