Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <383C89D2.1B56053E@vinschen.de> Date: Thu, 25 Nov 1999 01:58:58 +0100 From: Corinna Vinschen X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Kazuhiro Fujieda CC: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: cygwin_bind bug. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > * 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