]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/aio: avoid infinite recursion in aio_abstract() 55722/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 22 Feb 2024 21:54:54 +0000 (16:54 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 22 Feb 2024 21:59:57 +0000 (16:59 -0500)
commit0e223fdf43561811dc4ad4fa29979e9f0722fa7f
tree786daed3d97f39f733e646c389f794c88f4e5dfd
parent4b9662c7bc336a66deb48caef74cf00a3eacad90
rgw/aio: avoid infinite recursion in aio_abstract()

a recent regression from 320a2179a3c6c1981a0fd2494938515997c1bfad causes
aio_abstract() to recurse when given an empty optional_yield. this is
exposed by the librgw_file tests

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