]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/librados: Initializing left members from aio.cc
authoramitkuma <amitkuma@redhat.com>
Sun, 6 Aug 2017 16:43:36 +0000 (22:13 +0530)
committeramitkuma <amitkuma@redhat.com>
Mon, 7 Aug 2017 16:51:14 +0000 (22:21 +0530)
commit7f7c40771d82a8f1be394aa2d208f5ff0a79cfb1
tree76a91f2074142e39405f628ed09d4cbff314aa18
parentf1b1e94494c4afb17003c88094f17ba2d63ccc6f
test/librados: Initializing left members from aio.cc

Fixes the coverity Issue:

** 1322815 Uninitialized pointer field
CID 1322815 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member m_sem is not initialized
in this constructor nor in any functions that it calls.

** 1322816 Uninitialized pointer field
CID 1322816 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member m_sem is not initialized
in this constructor nor in any functions that it calls.

** 1322817 Uninitialized pointer field
CID 1322817 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member m_sem is not initialized
in this constructor nor in any functions that it calls.

Signed-off-by: Amit Kumar amitkuma@redhat.com
src/test/librados/aio.cc