Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: Initialization of *server, command variables #17135

Merged
merged 1 commit into from Aug 29, 2017

Conversation

amitkumar50
Copy link

** 1351688 Uninitialized pointer field

  1. uninit_member: Non-static class member server is not initialized
    in this constructor nor in any functions that it calls.
  2. uninit_member: Non-static class member field request.magic is not
    initialized in this constructor nor in any functions that it calls.
  3. uninit_member: Non-static class member field request.type is not
    initialized in this constructor nor in any functions that it calls.
  4. uninit_member: Non-static class member field request.from is not
    initialized in this constructor nor in any functions that it calls.
  5. uninit_member: Non-static class member field request.len is not
    initialized in this constructor nor in any functions that it calls.
  6. uninit_member: Non-static class member field reply.magic is not
    initialized in this constructor nor in any functions that it calls.
  7. 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)

  1. 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

** 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 (ceph#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
@liewegas liewegas merged commit 26665c3 into ceph:master Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants