Re: [Boost-bugs] [Boost C++ Libraries] #3801: NULL pointer access in archive/detail/oserializer.hpp

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3801: NULL pointer access in archive/detail/oserializer.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-01 14:51:36


#3801: NULL pointer access in archive/detail/oserializer.hpp
----------------------------------------+-----------------------------------
  Reporter: williamspatrick@… | Owner: ramey
      Type: Bugs | Status: reopened
 Milestone: Boost 1.46.0 | Component: serialization
   Version: Boost 1.42.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------
Changes (by andrew@…):

  * status: closed => reopened
  * version: Boost 1.41.0 => Boost 1.42.0
  * resolution: fixed =>
  * milestone: Boost 1.42.0 => Boost 1.46.0

Comment:

 There is the same issue in archive/detail/oserializer.hpp:

 BOOST_ASSERT(NULL != bpos);
 if(NULL == bpos)
     boost::serialization::throw_exception(
         archive_exception(
             archive_exception::unregistered_class,
             bpos->get_debug_info()
         )
     );

 Also exists in trunk.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3801#comment:2>
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:04 UTC