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 Victor Julien 9 months ago
- Target version changed from TBD to 8.0.0-beta1
Updated by Victor Julien 9 months ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Jeff Lucovsky
Updated by Jeff Lucovsky 9 months ago
- Status changed from Assigned to In Review
Updated by Jeff Lucovsky 9 months ago
- Status changed from In Review to Closed
Updated by Jeff Lucovsky 8 months ago
Actions