cygwin_bind bug.

Corinna Vinschen corinna@vinschen.de
Wed Nov 24 16:58:00 GMT 1999


Kazuhiro Fujieda wrote:
> 
> cygwin_bind() with AF_UNIX can return 0 even though it fails.
> 
> ChangeLog:
> Thu Nov 25 08:55:42 1999  Kazuhiro Fujieda <fujieda@jaist.ac.jp>
>         * net.cc (cygwin_bind): Return -1 properly if it fails on AF_UNIX.
> 
> --- net.cc-     Thu Nov 25 08:31:53 1999
> +++ net.cc      Thu Nov 25 08:55:42 1999
> [...]

Hi Kazuhiro,

the current code is using `res' and res is set to 0 only if everything
went fine. Neither `bind' nor `getsockname' return 0 but -1 in case of
error.

Corinna


More information about the Cygwin-developers mailing list