tiiuae / mesh_com

ROS node for Mesh Network configuration
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

CBMA develop - Multithreading race conditions #354

Closed pentestiing closed 10 months ago

pentestiing commented 10 months ago

In CBMA mutauth.py, the variable connected_peers_status can be accessed and written at the same time: https://github.com/tiiuae/mesh_com/blob/8a19e426109d8d31ec0c43110485c22cfa577161/modules/sc-mesh-secure-deployment/src/2_0/features/cbma/mutauth.py#L45