K 10 svn:author V 5 markj K 8 svn:date V 27 2020-04-13T19:22:05.265187Z K 7 svn:log V 310 Fix sendto() on unconnected SOCK_STREAM/SEQPACKET unix sockets. Previously the unpcb pointer of the newly connected remote socket was not initialized correctly, so attempting to lock it would result in a null pointer dereference. Reported by: syzkaller MFC after: 1 week Sponsored by: The FreeBSD Foundation END