NordicSemiconductor / Android-nRF-Mesh-Library

The Bluetooth Mesh Provisioner and Configurator library.
https://www.nordicsemi.com/
BSD 3-Clause "New" or "Revised" License
414 stars 177 forks source link

Use shallow copy of lists in more places during db operations. #496

Closed daretobeorjan closed 2 years ago

daretobeorjan commented 2 years ago

Noted that the list of provisioners also could get concurrent modifications. Figured I'd add the wrapping to the keys as well just for safety.

roshanrajaratnam commented 2 years ago

Great thanks for looking into this.