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

Objecter: potential null pointer access when do pool_snap_list. #6422

Merged
merged 2 commits into from
Nov 13, 2015

Commits on Nov 2, 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>
    xiexingguo committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    8655416 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>
    xiexingguo committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    5a6117e View commit details
    Browse the repository at this point in the history