Change in ovirt-engine[master]: core: mark fetchIsoDomains method as synchronized

Daniel Erez has submitted this change and it was merged. Change subject: core: mark fetchIsoDomains method as synchronized ...................................................................... core: mark fetchIsoDomains method as synchronized Marking fetchIsoDomains method as synchronized in IsoDomainListSyncronizer (instead of addRepoFileToProblematicList/resetProblematicList methods) to avoid an unguarded read of problematicRepoFileList on fetchIsoDomains method. Coverity CID: 1348304 Change-Id: I257a9bb6a5c85013a633c7a46a1fcd7dbdb1fef0 Signed-off-by: Daniel Erez <derez@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/domain/IsoDomainListSyncronizer.java 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Daniel Erez: Verified Maor Lipchuk: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/52523 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I257a9bb6a5c85013a633c7a46a1fcd7dbdb1fef0 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
derez@redhat.com