Page MenuHomeFreeBSD

tcp: When rack or bbr get a pullup failure in the common code, don't free the NULL mbuf.
ClosedPublic

Authored by rrs on Jul 15 2021, 3:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 6:36 AM
Unknown Object (File)
Mon, Dec 9, 9:18 AM
Unknown Object (File)
Sat, Nov 30, 12:30 AM
Unknown Object (File)
Nov 12 2024, 7:27 AM
Unknown Object (File)
Nov 12 2024, 6:50 AM
Unknown Object (File)
Oct 26 2024, 2:04 AM
Unknown Object (File)
Oct 14 2024, 1:06 PM
Unknown Object (File)
Oct 14 2024, 1:06 PM
Subscribers

Details

Summary

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 :-)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable