Actions
Bug #14029
closedSuricata: Release dangling array reference variables used in post-install migration
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Suricata
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.7.0
Affected Plus Version:
23.01
Affected Architecture:
All
Description
Config array reference variables are used in the post-install migration code of the package to iterate configured interfaces and modify their settings when necessary. There have been sporadic reports of configured Suricata interfaces disappearing and being replaced by duplicates of other existing interfaces during package installation/upgrade. The most likely culprit is an array reference variable not being immediately unset when no longer in use.
Updated by Bill Meeks over 2 years ago
A pull request containing the fix for this issue has been submitted here: https://github.com/pfsense/FreeBSD-ports/pull/1237.
When the request is merged, this issue can be marked "Resolved".
Actions