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
Actions