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

osd,os,io: Initializing C_ProxyChunkRead members,queue,request #19336

Merged
merged 1 commit into from Dec 8, 2017

Conversation

amitkumar50
Copy link

Fixes the coverity issue:

  1. uninit_member: Non-static class member op_index is not initialized
    in this constructor nor in any functions that it calls.
  2. uninit_member: Non-static class member req_offset is not initialized
    in this constructor nor in any functions that it calls.

CID 1424845 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)

  1. uninit_member: Non-static class member req_total_len is not
    initialized in this constructor nor in any functions that it calls.

CID 1422461 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)

  1. uninit_member: Non-static class member queue is not initialized
    in this constructor nor in any functions that it calls.

CID 1422362 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)

  1. uninit_member: Non-static class member request is not initialized
    in this constructor nor in any functions that it calls

Signed-off-by: Amit Kumar amitkuma@redhat.com

Fixes the coverity issue:

2. uninit_member: Non-static class member op_index is not initialized
in this constructor nor in any functions that it calls.
4. uninit_member: Non-static class member req_offset is not initialized
in this constructor nor in any functions that it calls.
CID 1424845 (ceph#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
6. uninit_member: Non-static class member req_total_len is not
initialized in this constructor nor in any functions that it calls.

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

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

Signed-off-by: Amit Kumar amitkuma@redhat.com
@tchaikov tchaikov merged commit ee14a07 into ceph:master Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants