mlworks
mlworks copied to clipboard
unix_bind doesn't handle INET addresses
The C function unix_bind
in unix.c assumes that the argument is an address for a Unix Domain Socket.
The case when the argument is an INET address is not handled properly.