]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: Intializing is_master, max_aio
authoramitkuma <amitkuma@redhat.com>
Wed, 9 Aug 2017 12:54:47 +0000 (18:24 +0530)
committeramitkuma <amitkuma@redhat.com>
Thu, 10 Aug 2017 14:22:50 +0000 (19:52 +0530)
commit4517e03d3b8be2249d62b8445be7c66ccd1fb2f3
tree6d7196fae3815afc3246b36da49e52a319f91017
parent2efc7e756ba6ad4749e5a59f7271af3b3c47aca6
rgw: Intializing is_master, max_aio

Fixes the coverity issue:

** 1396142 Uninitialized scalar field
CID 1396142 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member max_aio is not initialized in
this constructor nor in any functions that it calls.

** 1396205 Uninitialized scalar field
CID 1396205 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member is_master is not initialized
in this constructor nor in any functions that it calls.

** 1396150 Uninitialized scalar field
CID 1396150 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member size is not initialized in
this constructor nor in any functions that it calls.

Signed-off-by: Amit Kumar amitkuma@redhat.com
src/rgw/rgw_bucket.h
src/rgw/rgw_rados.h
src/rgw/rgw_sync_module.h