Actions
Bug #6755
closednetmap: deadlock if netmap_open fails
Affected Versions:
Effort:
Difficulty:
Label:
Description
If Suricata is unable to successfully open a netmap device in NetmapOpen
, it calls NetmapCloseAll
. There's a deadlock since the caller holds the netmap_devlist_lock
and NetmapCloseAll
first tries to obtain the lock
Updated by Jeff Lucovsky over 1 year ago
- Status changed from Assigned to In Review
Updated by Jeff Lucovsky about 1 year ago
- Status changed from In Review to Closed
Updated by Jeff Lucovsky about 1 year ago
Actions