]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: avoid using null pointer in rgw_file.cc 14474/head
authorlihongjie <lihongjie@cmss.chinamobile.com>
Wed, 12 Apr 2017 09:18:01 +0000 (17:18 +0800)
committerlihongjie <lihongjie@cmss.chinamobile.com>
Wed, 12 Apr 2017 09:18:01 +0000 (17:18 +0800)
commit4be4054d8ffd50f30adbafd2093b4b700d32ed06
tree69d454cf9ec8649e6f8442c7cfd08074847acdec
parentb43c180189abfd82282650925fc680519abc8cfb
rgw: avoid using null pointer in rgw_file.cc

When rgw_fh doesn't exist, we should not use rgw_fh->full_object_name().

Signed-off-by: lihongjie <lihongjie@cmss.chinamobile.com>
src/rgw/rgw_file.cc