HomeFreeBSD

Rather than groveling around in a socket address structure for a socket

Description

Rather than groveling around in a socket address structure for a socket
address's length (and then overriding it if it "looks wrong"), use the
next argument to the system call to determine the length. This is more
reliable since this is what the kernel depends on anyway and is also
simpler.

Details

Provenance
jhbAuthored on
Parents
rS288455: The id_t type used to pass IDs to wait6(2) and procctl(6) is a 64-bit
Branches
Unknown
Tags
Unknown