Actions
Bug #6755
closed
JL
JL
netmap: deadlock if netmap_open fails
Bug #6755:
netmap: 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