[Boost-bugs] [Boost C++ Libraries] #3549: Crash from serializing an unregistered class

Subject: [Boost-bugs] [Boost C++ Libraries] #3549: Crash from serializing an unregistered class
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-23 14:41:19


#3549: Crash from serializing an unregistered class
----------------------------------------------+-----------------------------
 Reporter: jeff.jackowski@… | Owner: ramey
     Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: serialization
  Version: Boost 1.40.0 | Severity: Problem
 Keywords: |
----------------------------------------------+-----------------------------
 If an attempt is made to serialize an unregistered class and the program
 gets to line 377 of boost/archive/detail/oserializer.hpp (revision 57090),
 the program will crash from dereferencing a null pointer. To fix it,
 comment out or remove line 380, and take out the comma on the line before
 it. This may provide less debugging information than intended, but I'm not
 sure that information is available since it was supposed to be coming from
 the null pointer.

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