Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 4.2.0alpha2
-
Fix Version/s: 4.2.0alpha3, 4.2 (plan)
-
Component/s: Server (S)
-
Labels:None
-
Team:Team A
-
Sprint:Sprint 47, Dec 2018
-
Story Points:0.25
Description
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.