Intrusive: Checking for undefined behaviour
I was reading here about some of the sanitizers
http://cplusplusmusings.wordpress.com/
and decided to try it out the undefined behavior
sanitizer on some code. One thing that came
out was related to the Intrusive library.
/home/brian/boost_1_55_0/boost/intrusive/detail/tree_node.hpp:164:44:
runtime error: member access within null pointer of type 'const
boost::intrusive::bhtraits
and
::boost::intrusive::set
El 15/07/2014 5:33, Brian Wood escribió:
I was reading here about some of the sanitizers
http://cplusplusmusings.wordpress.com/
and decided to try it out the undefined behavior sanitizer on some code. One thing that came out was related to the Intrusive library.
Can you try with the release candidate (http://boost.cowic.de/rc/) for Boost 1.56? I solved some undefined behaviour issues recently but I don't know if this is one of them. Best, Ion
participants (2)
-
Brian Wood
-
Ion Gaztañaga