[Boost-bugs] [Boost C++ Libraries] #8826: [PATCH] Boost.Context builds with executable stack on Linux

Subject: [Boost-bugs] [Boost C++ Libraries] #8826: [PATCH] Boost.Context builds with executable stack on Linux
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-15 18:26:44


#8826: [PATCH] Boost.Context builds with executable stack on Linux
------------------------------+---------------------
 Reporter: pmachata@… | Owner: olli
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: context
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 The assembler sources of Boost.Context lack marking for stack permissions.
 When such marking is not available, the linker needs to assume that the
 code may make use of executable stack, and emits a program header
 GNU_STACK with +X permission. Since we don't make use of executable
 stack, let's add the appropriate marking.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8826>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC