[
https://bro-tracker.atlassian.net/browse/BIT-1561?page=com.atlassian.jira.p…
]
Daniel Thayer updated BIT-1561:
-------------------------------
Description:
connDelete() is never called in broctl, which is generally not an issue if it is being
used via the command line. However, given the Python interface for calling into broctl, if
a service is written around broctl and any parallel events are sent (peerstatus, netstats,
etc.) then a TCP connection will be maintained given a connDelete() is not called. After a
fairly certain interval, resources become an issue and things fail.
https://github.com/bro/broctl/pull/4
was:https://github.com/bro/broctl/pull/4
Pull Request to fix resource leaking in BroControl
Python API
-------------------------------------------------------------
Key: BIT-1561
URL:
https://bro-tracker.atlassian.net/browse/BIT-1561
Project: Bro Issue Tracker
Issue Type: Patch
Components: BroControl
Reporter: Aaron Eppert
Labels: broctl
connDelete() is never called in broctl, which is generally not an issue if it is being
used via the command line. However, given the Python interface for calling into broctl, if
a service is written around broctl and any parallel events are sent (peerstatus, netstats,
etc.) then a TCP connection will be maintained given a connDelete() is not called. After a
fairly certain interval, resources become an issue and things fail.
https://github.com/bro/broctl/pull/4
--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-022#72002)