]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: Initialization of *server, command 17135/head
authoramitkuma <amitkuma@redhat.com>
Tue, 22 Aug 2017 15:14:03 +0000 (20:44 +0530)
committeramitkuma <amitkuma@redhat.com>
Tue, 22 Aug 2017 15:14:03 +0000 (20:44 +0530)
commit0e5a165b81634a07d89532e0a1e858ffea8215b5
treebf0754cbadd11311dc8209ea5bfa232121dcd9c1
parentf3d01c1a59371eb16eaca4b0c42caf4bf7c65d09
tools: Initialization of *server, command

** 1351688 Uninitialized pointer field

2. uninit_member: Non-static class member server is not initialized
in this constructor nor in any functions that it calls.
4. uninit_member: Non-static class member field request.magic is not
initialized in this constructor nor in any functions that it calls.
6. uninit_member: Non-static class member field request.type is not
initialized in this constructor nor in any functions that it calls.
8. uninit_member: Non-static class member field request.from is not
initialized in this constructor nor in any functions that it calls.
10. uninit_member: Non-static class member field request.len is not
initialized in this constructor nor in any functions that it calls.
12. uninit_member: Non-static class member field reply.magic is not
initialized in this constructor nor in any functions that it calls.
14. uninit_member: Non-static class member field reply.error is not
initialized in this constructor nor in any functions that it calls.

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

Signed-off-by: Amit Kumar amitkuma@redhat.com
src/tools/rbd_nbd/rbd-nbd.cc