Skip to content

(core): add missing readlock

Didier WECKMANN requested to merge add-missing-readlock into dev

What does this MR do?

Some read locks are missing in central services like SCopy. Adding them may lead to slower but better, safer code

How to test it?

Launch any application that use them. SCopy is used almost everywhere...

Some results

If you notice some slow down after applying this patch, it means, you where very lucky before, because the copying did copy something that was being written... bad bad bad...

Associated Issues/Merge Requests

Edited by Emilie WERNERT

Merge request reports