Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12915: Buffer overflow in boost::container::vector (affects flat_set)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-26 22:57:46
#12915: Buffer overflow in boost::container::vector (affects flat_set)
--------------------------------------+------------------------
Reporter: mykmartin@⦠| Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: container
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+------------------------
Comment (by mykmartin@â¦):
Minor correction: the assert to show the problem should use <=:
assert(boost::uintptr_t(position) + sizeof(size_type) <= capaddr);
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12915#comment:1> 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-03-26 23:01:52 UTC