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
Differential D41197
inpcb: use internal flag to mark pcbs that are inserted into lbgroup glebius on Jul 26 2023, 3:49 PM. Authored by Tags None Referenced Files
Details
Using INP_REUSEPORT_LB is unsafe, as it is basically a copy of socket's Reported by: syzbot+e7d2e451f89fb444319b@syzkaller.appspotmail.com
Diff Detail
|