-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: VOLTHA v2.3
-
Fix Version/s: VOLTHA v2.3
-
Component/s: rw-core
-
Labels:
-
Story Points:3
-
Epic Link:
Currently, the IDs for the devices are created reading bytes from the random generator. There are a couple of problems with this.
- there is no guarantee that IDs won't duplicate
- the rand.Read function is not meant to be called concurrently and voltha has no protection around that.