[Boost-bugs] [Boost C++ Libraries] #8347: io_op::want_ uninitialized in c'tor

Subject: [Boost-bugs] [Boost C++ Libraries] #8347: io_op::want_ uninitialized in c'tor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-27 18:42:56


#8347: io_op::want_ uninitialized in c'tor
---------------------------------------------+------------------------------
 Reporter: Richard <legalize@…> | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
---------------------------------------------+------------------------------
 template <typename Stream, typename Operation, typename Handler>
 class io_op
 {
 public:
   io_op(Stream& next_layer, stream_core& core,
       const Operation& op, Handler& handler)
     : next_layer_(next_layer),
       core_(core),
       op_(op),
       bytes_transferred_(0),
       handler_(BOOST_ASIO_MOVE_CAST(Handler)(handler))
   {

 CID 10923 (#4-6 of 6): Uninitialized scalar field (UNINIT_CTOR)2.
 uninit_member: Non-static class member "want_" is not initialized in this
 constructor nor in any functions that it calls.
   }

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8347>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC