-
Incident report
-
Resolution: Fixed
-
Critical
-
2.2.8, 2.4.3
Possible memory leak in function lld_group_make() while processing of host prototypes.
src/libs/zbxdbhigh/lld_host.c:883:884
buffer = zbx_strdup(buffer, name_proto); substitute_discovery_macros(&buffer, jp_row, ZBX_MACRO_ANY, NULL, 0);
This buffer can be left in memory.