Page MenuHomeFreeBSD

inpcb: use internal flag to mark pcbs that are inserted into lbgroup
ClosedPublic

Authored by glebius on Jul 26 2023, 3:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 10:26 AM
Unknown Object (File)
Thu, Oct 17, 9:37 AM
Unknown Object (File)
Wed, Oct 16, 5:20 AM
Unknown Object (File)
Wed, Oct 16, 5:20 AM
Unknown Object (File)
Oct 15 2024, 5:38 AM
Unknown Object (File)
Oct 15 2024, 5:38 AM
Unknown Object (File)
Oct 14 2024, 4:19 PM
Unknown Object (File)
Oct 11 2024, 12:13 AM
Subscribers

Details

Summary

Using INP_REUSEPORT_LB is unsafe, as it is basically a copy of socket's
SO_REUSEPORT_LB flag, which can be cleared by userland after bind().

Reported by: syzbot+e7d2e451f89fb444319b@syzkaller.appspotmail.com

Diff Detail

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