(core): add missing readlock
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
- Merge requests
Edited by Emilie WERNERT