HomeFreeBSD

Improve decoding of last arguments to ioctl() and sendto().

Description

Improve decoding of last arguments to ioctl() and sendto().

Decode the last argument to ioctl() as a pointer rather than an int.
Eventually this could use 'int' for the _IOWINT() case and pointers for
all others.

The last argument to sendto() is a socklen_t value, not a pointer.

Details

Provenance
jhbAuthored on
Parents
rS315524: Decode arguments to madvise().
Branches
Unknown
Tags
Unknown