Subject: [boost] [interprocess] Suspicious code in detail/segment_manager_helper.hpp
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2008-12-16 03:54:24


Hello,

this file contains at line 384 the following method of index_data:

void *value() const
{ return static_cast<void>(detail::get_pointer(m_ptr)); }

Either the declaration of the return value or the cast seems to be wrong.

Markus