]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/crypt: don't deref null manifest_bl 53448/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 13 Sep 2023 20:30:03 +0000 (16:30 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 19 Sep 2023 18:59:19 +0000 (14:59 -0400)
commit04d9ea6dafb9ab0d71888b5ac9b1317c111e41ec
treecc71e126f03a11d6f000ec81b3c234d508a2fc9c
parent24d95fda2306160690975bb971c235a0e68ea9dc
rgw/crypt: don't deref null manifest_bl

with dbstore, the manifest_bl pointer was null; check for null before
dereferencing for read_manifest_parts()

Fixes: https://tracker.ceph.com/issues/62378
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_rest_s3.cc