-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 2.0.6rc1
-
Component/s: Proxy (P), Server (S)
SNMP trapper reads regular expression from database and adds it to local cache with add_regexp_ex() function. This function allocates memory for regexp name, expression storage, whih must be freed with clean_regexps_ex() function before freeing the cache itself.