Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12592: Wrongly aligned bottom stack address
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-01-23 14:56:50
#12592: Wrongly aligned bottom stack address
-------------------------------------------------+-------------------------
Reporter: Christian Maaser | Owner: olli
<runningwithscythes@â¦> | Status: closed
Type: Bugs | Component: context
Milestone: To Be Determined | Severity: Problem
Version: Boost 1.62.0 | Keywords:
Resolution: worksforme |
-------------------------------------------------+-------------------------
Comment (by Christian Maaser <runningwithscythes@â¦>):
C++17 will probably introduce
[http://en.cppreference.com/w/cpp/memory/c/aligned_alloc], but until then
this sounds like a good solution to me. Generally I think the benefits of
fixedsize_stack over protected_fixedsize_stack are virtually non-existent,
because the additional guard page does not require any actual memory
allocation but only an address space allocation and reliably protects
against stack overflows (utilizing _chkstk).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12592#comment:8> 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:20 UTC