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

test/librbd: initialize on_finish,locker,force,snap_id #17800

Merged
merged 1 commit into from Sep 26, 2017

Commits on Sep 19, 2017

  1. librbd: Initialize on_finish,locker,force,snap_id

    ** 396154 Uninitialized pointer field
    CID 1396154 (ceph#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
    2. uninit_member: Non-static class member on_finish is not initialized
    in this constructor nor in any functions that it calls.
    
    ** 1396158 Uninitialized pointer field
    2. uninit_member: Non-static class member snap_id is not initialized
    in this constructor nor in any functions that it calls.
    4. uninit_member: Non-static class member force is not initialized
    in this constructor nor in any functions that it calls.
    CID 1396158 (ceph#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
    6. uninit_member: Non-static class member on_finish is not initialized
    in this constructor nor in any functions that it calls.
    
    ** 1399593 Uninitialized pointer field
    2. uninit_member: Non-static class member locker is not initialized
    in this constructor nor in any functions that it calls.
    CID 1399593 (ceph#2 of 2): Uninitialized pointer field (UNINIT_CTOR)
    4. uninit_member: Non-static class member on_finish is not initialized
    in this constructor nor in any functions that it calls.
    
    Signed-off-by: Amit Kumar <amitkuma@redhat.com>
    amitkuma committed Sep 19, 2017
    Copy the full SHA
    98ff21a View commit details
    Browse the repository at this point in the history