Boost logo

Boost :

Subject: Re: [boost] [Serialization] 1.42.0 oserializer.hpp:394 bug?
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-05-08 00:39:05


I think this is fixed in 1.43

Robert Ramey

Krzysztof Czainski wrote:
> File: serialization/oserializer.hpp, line 394:
> if(NULL == true_type){
> boost::serialization::throw_exception(
> archive_exception(
> archive_exception::unregistered_class,
> true_type->get_debug_info()
> )
> );
> }
>
> I think, that if true_type is NULL, then true_type->get_debug_info()
> is UB. _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk