Re: [Boost-bugs] [Boost C++ Libraries] #4622: clear_vertex on a vertex with a self-loop can cause a segmentation fault

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4622: clear_vertex on a vertex with a self-loop can cause a segmentation fault
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-12 18:51:52


#4622: clear_vertex on a vertex with a self-loop can cause a segmentation fault
--------------------------------------+-------------------------------------
  Reporter: dtrebbien@… | Owner: asutton
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: graph
   Version: Boost Development Trunk | Severity: Problem
Resolution: fixed | Keywords:
--------------------------------------+-------------------------------------

Comment (by jewillco):

 As long as each self-loop appears in the out-edge list exactly once, it
 will be deleted exactly once since that is what the loop that deletes from
 `m_edges` does (and the loop doesn't do anything else anymore).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4622#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:09 UTC