public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] cve-2015-3290: Add -fomit-frame-pointer
@ 2021-02-19  7:59 Petr Vorel
  2021-02-19  9:18 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2021-02-19  7:59 UTC (permalink / raw)
  To: ltp

Which is not enabled by default on some toolchains.

Fixes: #313

Reported-by: Patrick McCarty <patrick.mccarty@intel.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Tested manually, but sure going through CI as well
https://travis-ci.org/github/pevik/ltp/builds/759603151

 testcases/cve/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/cve/Makefile b/testcases/cve/Makefile
index da44fff60..63b1d7525 100644
--- a/testcases/cve/Makefile
+++ b/testcases/cve/Makefile
@@ -45,6 +45,6 @@ endif
 cve-2017-17052:	CFLAGS += -pthread
 cve-2017-17053:	CFLAGS += -pthread
 
-cve-2015-3290:	CFLAGS += -pthread
+cve-2015-3290:	CFLAGS += -pthread -fomit-frame-pointer
 
 include $(top_srcdir)/include/mk/generic_leaf_target.mk
-- 
2.30.0


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

end of thread, other threads:[~2021-02-19  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-19  7:59 [LTP] [PATCH 1/1] cve-2015-3290: Add -fomit-frame-pointer Petr Vorel
2021-02-19  9:18 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox