Boost C++ Libraries: Ticket #8826: [PATCH] Boost.Context builds with executable stack on Linux https://svn.boost.org/trac10/ticket/8826 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8826 Trac 1.4.3 pmachata@… Mon, 15 Jul 2013 18:27:27 GMT attachment set https://svn.boost.org/trac10/ticket/8826 https://svn.boost.org/trac10/ticket/8826 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.54.0-context-execstack.patch</span> </li> </ul> <p> A fix </p> Ticket olli Wed, 17 Jul 2013 09:49:01 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8826#comment:1 https://svn.boost.org/trac10/ticket/8826#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> thx </p> Ticket