From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16036 invoked from network); 14 May 2002 17:21:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 May 2002 17:21:35 -0000 Received: (qmail 28242 invoked by alias); 14 May 2002 17:21:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17161 Received: (qmail 28230 invoked from network); 14 May 2002 17:21:22 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: TCP bug on accept Date: Tue, 14 May 2002 18:20:54 +0100 Message-ID: <3863.1021396854@csr.com> From: Peter Stephenson This would have appeared five minutes earlier if I weren't having strange and untraceable problems with cvs completion --- it's started randomly deciding the functions defined in _cvs are autoloadable and then, not surprisingly, failing to find the function definition files. It may simply be something's not installed properly. Index: Src/Modules/tcp.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Modules/tcp.c,v retrieving revision 1.25 diff -u -r1.25 tcp.c --- Src/Modules/tcp.c 8 May 2002 16:45:22 -0000 1.25 +++ Src/Modules/tcp.c 14 May 2002 17:17:29 -0000 @@ -534,6 +534,7 @@ } sess = zts_alloc(ZTCP_INBOUND); + len = sizeof(sess->peer.in); if ((rfd = accept(lfd, (struct sockaddr *)&sess->peer.in, &len)) == -1) { zwarnnam(nam, "could not accept connection: %e", NULL, errno); -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************