Actions
Bug #2633
closedImprove errors handling in AF_PACKET
Description
The error handling in AF_PACKET packet loop function can lead to an exit of the function which should not happen. This could then lead to capture not being working.
The error case (mostly triggered by memory pressure) can be handled without setting the interface to down but should just increase a counter instead.
Updated by Victor Julien about 6 years ago
- Target version changed from 4.1rc2 to 4.1
- Affected Versions 4.1rc2 added
Updated by Victor Julien almost 6 years ago
- Priority changed from Normal to High
Updated by Victor Julien almost 6 years ago
- Target version changed from 4.1 to 4.1.1
Updated by Eric Leblond almost 6 years ago
- Status changed from New to Closed
Implemented via https://github.com/OISF/suricata/pull/3567
Actions