Bugtraq mailing list archives
Re: Bug in connect() for aix 4.1.4 ?
From: sten () CYBERENET NET (Steve Campbell)
Date: Wed, 5 Mar 1997 12:36:14 -0500
Can someone tell me why this simple tcp program crashes aix 4.1.4 . I run this program as a normal user, and the second connect crashes aix. is it just connect's old bug from aix ? i have tried it in aix 3.2 but it works only in 4.1.4.
< c code deleted >
It works for AIX 4.1.5 as well, both in c and in PERL. I'll raise a
problem with Call-AIX in the morning.
-------------------------------------------
#!/usr/local/bin/perl5
use Socket;
socket (SOCK,AF_INET,SOCK_STREAM,0);
$iaddr = inet_aton('localhost');
$paddr = sockaddr_in('23',$iaddr);
connect SOCK,$paddr;
shutdown SOCK,2;
$paddr = sockaddr_in('24',$iaddr);
connect SOCK,$paddr;
-------------------------------------------
Steve
Current thread:
- Bug in connect() for aix 4.1.4 ? Cahya Wirawan (Mar 05)
- Re: Bug in connect() for aix 4.1.4 ? Steve Campbell (Mar 05)
- I.I.S and Security - No authentication of scripts. daragh_malone () TELECOM IE (Mar 05)
- Re: I.I.S and Security - No authentication of scripts. Greg Haverkamp (Mar 06)
 - 4.4BSD NFS File Handles David Sacerdote (Mar 06)
 - 4.4BSD NFS File Handles Aleph One (Mar 06)
 - I.I.S 3.0: Another slight security concern ? daragh_malone () TELECOM IE (Mar 07)
 - COLD FUSION BUG Bill Staples (Mar 07)
 
 - Re: Bug in connect() for aix 4.1.4 ? Rikhardur Egilsson (Mar 05)
- Re: Bug in connect() for aix 4.1.4 ? Frank Hofmann (Mar 06)
 - Re: Bug in connect() for aix 4.1.4 ? Ollivier Robert (Mar 06)
 
 - Yet another Internet Explorer bug... Aleph One (Mar 06)
 
 - I.I.S and Security - No authentication of scripts. daragh_malone () TELECOM IE (Mar 05)
 
 - Re: Bug in connect() for aix 4.1.4 ? Steve Campbell (Mar 05)
 
