Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only
authormvs <mvs@openbsd.org>
Sun, 28 Aug 2022 18:43:12 +0000 (18:43 +0000)
committermvs <mvs@openbsd.org>
Sun, 28 Aug 2022 18:43:12 +0000 (18:43 +0000)
commit117de59cda8a54e0cce9ddef9b47008e83ff6a79
treeb11faba01543f068adf72297a81d0ab130b89ec9
parentdf5860abc566e502315ab98e6881248d5a0ff23a
Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only
sockets which could have NULL `so_pcb' and we handle this case within
tcp_rcvd() handler.

ok bluhm@
sys/kern/uipc_socket.c