Subject: [Boost-bugs] [Boost C++ Libraries] #8348: asio::detail::epoll_reactor::descriptor_state c'tor doesn't initialize all POD members
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-27 18:49:01
#8348: asio::detail::epoll_reactor::descriptor_state c'tor doesn't initialize all
POD members
---------------------------------------------+------------------------------
Reporter: Richard <legalize@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
---------------------------------------------+------------------------------
{{{
epoll_reactor::descriptor_state::descriptor_state()
: operation(&epoll_reactor::descriptor_state::do_complete)
{
5. uninit_member: Non-static class member "next_" is not initialized in
this constructor nor in any functions that it calls.
7. uninit_member: Non-static class member "prev_" is not initialized in
this constructor nor in any functions that it calls.
9. uninit_member: Non-static class member "reactor_" is not initialized in
this constructor nor in any functions that it calls.
11. uninit_member: Non-static class member "descriptor_" is not
initialized in this constructor nor in any functions that it calls.
13. uninit_member: Non-static class member "registered_events_" is not
initialized in this constructor nor in any functions that it calls.
CID 10922 (#2 of 2): Uninitialized pointer field (UNINIT_CTOR)15.
uninit_member: Non-static class member "shutdown_" is not initialized in
this constructor nor in any functions that it calls.
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8348> 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