]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: clean up January 23, 2023 coverity scan issues 49951/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 31 Jan 2023 19:49:53 +0000 (14:49 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 31 Jan 2023 21:23:08 +0000 (16:23 -0500)
commit270560b089fa0ea03f42b1fb612f7fd025ebc6f0
treebe1b8381ac6a4f8830ca1f1125f268e7fa0c4b26
parent0fd902dc754052b7cd855535235013db8873d557
rgw: clean up January 23, 2023 coverity scan issues

There were:
  * two cases of a destructor encountering an unhandled exception and
  * one case of an instance variable in a coroutine not being
    initialized in the constructor.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/driver/rados/rgw_data_sync.cc
src/rgw/services/svc_mdlog.cc