-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Critical
-
Affects Version/s: 4.2.0alpha2
-
Component/s: Server (S)
-
None
-
Sprint 47, Dec 2018
-
0.25
When performing preprocessing history cleanup zbx_hashset_remove_direct() is used during hashset iteration, leading to unpredictable results. The zbx_hashset_iter_remove() function must be used instead.