Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't access variable ouside of the critical section.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 23 Feb 2023 12:53:15 +0000 (13:53 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 23 Feb 2023 15:08:18 +0000 (16:08 +0100)
commitf074a269161a9f84e399a5eeaf09663cc4d743f7
tree81cf98aebaed74e974591b68b71b879da9dc19d4
parent01f283d5510a271396c5a16f3ab801053067e67f
Don't access variable ouside of the critical section.

TSan warned about a data race there.
Also use a std::scoped_lock to handle the mutexi (Sonar).
src/xbt/dict.cpp