There is a bug in the error path where rack_bbr_common does a m_pullup() and the pullup fails.
There is a stray mfree(m) after m is set to NULL. This is not a good idea :-)
Details
Details
- Reviewers
tuexen - Group Reviewers
transport - Commits
- rGdb4d2d7222ee: tcp: When rack or bbr get a pullup failure in the common code, don't free the…
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable