id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3801,NULL pointer access in archive/detail/oserializer.hpp,williamspatrick@…,Robert Ramey,"archive/detail/oserializer.hpp has the following code: if(NULL == true_type){ boost::serialization::throw_exception( archive_exception( archive_exception::unregistered_class, true_type->get_debug_info() ) ); } This tries to access a NULL pointer (get_debug_info()). I believe this should be changed to 'this_type->get_debug_info()'. I verified this exists in trunk.",Bugs,closed,Boost 1.46.0,serialization,Boost 1.42.0,Problem,fixed,,