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

infernalis: objecter: potential null pointer access when do pool_snap_list. #6840

Merged
merged 2 commits into from Feb 8, 2016

Commits on Dec 7, 2015

  1. Objecter: potential null pointer access when do pool_snap_list.

    Objecter: potential null pointer access when do pool_snap_list. Shall check pool existence first.
    Fixes: ceph#13639
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    (cherry picked from commit 8655416)
    xiexingguo authored and smithfarm committed Dec 7, 2015
    Copy the full SHA
    43dede3 View commit details
    Browse the repository at this point in the history
  2. Objecter: remove redundant result-check of _calc_target in _map_session.

    Result-code check is currently redundant since _calc_target never returns a negative value.
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    
    (cherry picked from commit 5a6117e)
    xiexingguo authored and smithfarm committed Dec 7, 2015
    Copy the full SHA
    af2ced5 View commit details
    Browse the repository at this point in the history