In case an ALTQ is used a memory leak can happen if drbr_putback is
executed as no other function check for driver queue.
Use the IFQ_DRV_* APIs in all of the drbr_* functions to be sure that
driver queue is checked before dequing packets from interface queue.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped