View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007616 | GNUnet | build process | public | 2023-01-29 21:17 | 2024-02-29 22:46 |
Reporter | ulfvonbelow | Assigned To | schanzen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | Git master | ||||
Target Version | 0.19.4 | Fixed in Version | 0.19.4 | ||
Summary | 0007616: configure.ac passes -Wstacl-protector instead of -Wstack-protector when --enable-gcc-hardening is given | ||||
Description | See summary | ||||
Steps To Reproduce | ./configure --enable-gcc-hardening | ||||
Additional Information | Patch attached | ||||
Tags | patch | ||||
Attached Files | 0001-Fix-Wstacl-protector-typo.patch (850 bytes)
From 38e2fcff282f37e58f21cf8ea88451b46fcc16b8 Mon Sep 17 00:00:00 2001 From: ulfvonbelow <strilen@tilde.club> Date: Sat, 28 Jan 2023 15:05:17 -0600 Subject: [PATCH] -Fix -Wstacl-protector typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7ba1d27a7..862443ebc 100644 --- a/configure.ac +++ b/configure.ac @@ -489,7 +489,7 @@ AC_ARG_ENABLE([gcc-hardening], [AS_HELP_STRING([--enable-gcc-hardening], [enable compiler security checks])], [AS_IF([test "x$enableval" = "xyes"], [CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all" - CFLAGS="$CFLAGS -fwrapv -fPIE -Wstacl-protector" + CFLAGS="$CFLAGS -fwrapv -fPIE -Wstack-protector" CFLAGS="$CFLAGS --param ssp-buffer-size=1" LDFLAGS="$LDFLAGS -pie"])]) -- 2.38.1 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-29 21:17 | ulfvonbelow | New Issue | |
2023-01-29 21:17 | ulfvonbelow | Tag Attached: bug | |
2023-01-29 21:17 | ulfvonbelow | Tag Attached: patch | |
2023-01-29 21:17 | ulfvonbelow | File Added: 0001-Fix-Wstacl-protector-typo.patch | |
2023-02-06 05:22 | schanzen | Assigned To | => schanzen |
2023-02-06 05:22 | schanzen | Status | new => assigned |
2023-02-06 05:22 | schanzen | Target Version | => 0.19.4 |
2023-02-06 05:47 | schanzen | Status | assigned => resolved |
2023-02-06 05:47 | schanzen | Resolution | open => fixed |
2023-02-06 05:47 | schanzen | Fixed in Version | => 0.19.4 |
2023-06-01 20:26 | schanzen | Note Added: 0020242 | |
2023-06-01 20:26 | schanzen | Status | resolved => closed |
2024-02-29 22:46 | Christian Grothoff | Tag Detached: bug |