-
Problem report
-
Resolution: Fixed
-
Major
-
6.2.1
-
None
-
Sprint 91 (Aug 2022)
-
0.125
In function zbx_dc_get_or_create_data_session() there is call to dc_strdup outside of write lock, this can lead to undefined behaviour as shared memory allocation must only be performed under write lock. Additionally would be nice to update last access under read lock.