mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-30 20:02:13 +00:00
managed_open_or_create_impl::priv_open_or_create calls construct_func.get_min_size() before construct_func::operator(). The implementation of create_open_func::get_min_size called the static function segment_manager::get_min_size() by making a member function call on m_frontend->get_segment_manager() which is still null at this point. The crashes when compiling with clang’s undefined behavior sanitizer