Page MenuHomeFreeBSD

tcp: Fix the SO_REUSEPORT_LB check
ClosedPublic

Authored by markj on Jun 17 2025, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 5, 2:10 PM
Unknown Object (File)
Sat, Sep 5, 11:38 AM
Unknown Object (File)
Sat, Sep 5, 5:37 AM
Unknown Object (File)
Fri, Sep 4, 5:57 AM
Unknown Object (File)
Fri, Sep 4, 1:57 AM
Unknown Object (File)
Wed, Sep 2, 3:13 AM
Unknown Object (File)
Tue, Sep 1, 11:33 PM
Unknown Object (File)
Mon, Aug 31, 2:14 AM

Details

Summary

This needs to happen in tcp_connect() rather than tcp_usr_connect(), as
the latter is reachable by implied connect() via sendto().

Reported by: syzbot+eecc86e6952fd9ba9f11@syzkaller.appspotmail.com
Fixes: c7f803c71dae ("inpcb: fix a panic with SO_REUSEPORT_LB + connect(2) misuse")

Diff Detail

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

Event Timeline

markj requested review of this revision.Jun 17 2025, 1:22 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 17 2025, 11:28 AM
This revision was automatically updated to reflect the committed changes.