bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/29072] ld silently make the program stack area executable if nes


From: nickc at redhat dot com
Subject: [Bug ld/29072] ld silently make the program stack area executable if nested function is used
Date: Tue, 19 Apr 2022 13:22:36 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29072

--- Comment #4 from Nick Clifton <nickc at redhat dot com> ---
Working on a fix.  It adds two new warnings to the linker:

  warning: enabling an executable stack because of an executable
.note.GNU-stack section in <object>

and:

  warning: enabling an executable stack because <object> does not have a
.note.GNU-stack section

Testing is taking longer than expected because that second warning is triggered
by a lot of tests in the linker testsuite....

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]