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

messages: Initializing uninitialized members MMonGetVersionReply #16813

Merged
merged 1 commit into from Aug 4, 2017

Commits on Aug 4, 2017

  1. messages: Intilizating uninitized members MMonGetVersionReply

    Fixes coverity Issue:
    
    ** 717297 Uninitialized scalar field
    2. uninit_member: Non-static class member handle is not initialized in this constructor nor in any functions that it calls.
      	4. uninit_member: Non-static class member version is not initialized in this constructor nor in any functions that it calls.
    
    CID 717297 (ceph#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
    6. uninit_member: Non-static class member oldest_version is not initialized in this constructor nor in any functions that it calls.
    
    Signed-off-by: Amit Kumar amitkuma@redhat.com
    amitkuma committed Aug 4, 2017
    Copy the full SHA
    b386dfd View commit details
    Browse the repository at this point in the history