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

Fixes for issues found during SCA #21419

Merged
merged 14 commits into from
Apr 16, 2018
Merged

Fixes for issues found during SCA #21419

merged 14 commits into from
Apr 16, 2018

Commits on Apr 12, 2018

  1. common/DecayCounter.cc: init variable to silence cppcheck

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    3b6bb4b View commit details
    Browse the repository at this point in the history
  2. krbd.cc: fix uninitialized variable

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    98917fd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. msg/async/EventKqueue.cc: fix memory leak due to realloc error

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    81c98a8 View commit details
    Browse the repository at this point in the history
  2. rgw/rgw_website.h: fix uninitialized variable

    Co-authored-by: Casey Bodley <cbodley@redhat.com>
    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf and cbodley committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    f8038f4 View commit details
    Browse the repository at this point in the history
  3. test/fio/fio_ceph_objectstore.cc: fix uninitialized variables

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    ae6df8b View commit details
    Browse the repository at this point in the history
  4. osd/OSD.h: fix format qualifier to use PRIu32

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    2a72622 View commit details
    Browse the repository at this point in the history
  5. lz4/LZ4Compressor.h: remove always true check

    Fix for:
    
    [src/compressor/lz4/LZ4Compressor.h:105]: (style) Condition
     'r!=(int)compressed_pairs[i].first' is always true
    
    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    4da48fe View commit details
    Browse the repository at this point in the history
  6. krbd.cc: fix parameter to variadic function

    Fix for:
    
    [src/krbd.cc:549]: (portability) Passing NULL after the last typed
     argument to a variadic function leads to undefined behaviour.
    
    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    7e83dc6 View commit details
    Browse the repository at this point in the history
  7. CephBroker.cc: fix format qualifier for unsigned int

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    1de5d14 View commit details
    Browse the repository at this point in the history
  8. common/str_map.cc: do boundry checks before access

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    84b8387 View commit details
    Browse the repository at this point in the history
  9. common/TrackedOp.cc: fix format qualifiers for uint

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    e4852e2 View commit details
    Browse the repository at this point in the history
  10. mon/OSDMonitor.cc: fix format qualifiers

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    0aec576 View commit details
    Browse the repository at this point in the history
  11. src/rgw: fix some format qualifiers

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    c074a04 View commit details
    Browse the repository at this point in the history
  12. test_rgw_admin_log.cc: lenght() returns unsigned

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    0c478d7 View commit details
    Browse the repository at this point in the history