]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix assert crash in RGWDeleteMultiObj end_response() 68740/head
authorShilpa Jagannath <smanjara@redhat.com>
Mon, 4 May 2026 20:16:35 +0000 (16:16 -0400)
committerShilpa Jagannath <smanjara@redhat.com>
Mon, 4 May 2026 20:16:35 +0000 (16:16 -0400)
commit038b6df0cadabcd5d23cea01b86e3b3587a481e4
treedad2f096528a4410f1c666d429ca94d8549b7d3d
parent7fa364b13e265b5efb57112b42e3e77b559551bd
rgw: fix assert crash in RGWDeleteMultiObj end_response()

remove the close_section() call from end_response() and rely
on output_footer() inside rgw_flush_formatter_and_reset() to close the
DeleteResult section safely.

Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
src/rgw/rgw_rest_s3.cc