Re: [Boost-bugs] [Boost C++ Libraries] #12919: multi_index indexed with hashed_non_unique produces buffer overrun.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12919: multi_index indexed with hashed_non_unique produces buffer overrun.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-21 18:33:41


#12919: multi_index indexed with hashed_non_unique produces buffer overrun.
----------------------------------------+-------------------------
  Reporter: Alex Huszagh <ahuszagh@…> | Owner: joaquin
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: multi_index
   Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords: multi_index
----------------------------------------+-------------------------

Comment (by Alex Huszagh <ahuszagh@…>):

 Sorry, I am realizing I cannot edit comments, I forgot a few small items
 in my code snippet:

 {{{
 #!div style="font-size: 80%"
 Code highlighting:
   {{{#!cpp
 namespace tags {
 struct my_tag {};
 } // tags

 // skip many lines
 // ...

 struct my_struct
 {
     std::set<my_item, my_item_hash> set;
     std::string string;
     uint32_t count;

     std::string linkage() const;
 };

 // skip many lines
 // ...

 std::string my_struct::linkage() const
 {
     // implementation not shown
 }

   }}}
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12919#comment:3>
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-21 18:36:54 UTC