-
Bug
-
Resolution: Fixed
-
P3
-
11, 17
-
None
-
b11
-
generic
-
generic
Both methods are implemented in a similar way.
1. Requests the size of the profile/tag data
2. Creates an array of the correct size
3. Requests the data and copy it to the array
If the data will be changed concurrently between steps 2. and 3. then we will get a mismatch between the array and copied data.
1. Requests the size of the profile/tag data
2. Creates an array of the correct size
3. Requests the data and copy it to the array
If the data will be changed concurrently between steps 2. and 3. then we will get a mismatch between the array and copied data.