]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix dereference of empty std::optional in RGWDeleteMultiObj::execute() 49387/head
authorCory Snyder <csnyder@iland.com>
Mon, 12 Dec 2022 08:04:20 +0000 (03:04 -0500)
committerCory Snyder <csnyder@iland.com>
Mon, 12 Dec 2022 08:04:28 +0000 (03:04 -0500)
commit91ff9591b095e8e73e4dff5c4a3fe3c66c0de9b6
treee950874de15bde300fe28966544392486708faea
parent388e45d3457f40db516ea7fc99f872e1d35dd26c
rgw: fix dereference of empty std::optional in RGWDeleteMultiObj::execute()

Fixes a crash that occurs when RGW is executed without an async context.

Fixes: https://tracker.ceph.com/issues/58243
Signed-off-by: Cory Snyder <csnyder@iland.com>
src/rgw/rgw_op.cc