Please help us test the behavior of different Unices
NIIBE Yutaka
gniibe at fsij.org
Thu Mar 2 13:27:47 CET 2017
Justus Winter <justus at g10code.com> writes:
> I have revised the test program to be a little more conservative here.
> Would you be so kind to rerun it?
Here they are.
$ ./test-unix-sockets
System: AIX:1:7
sizeof addr.sun_path: 1023
PATH_MAX: 1023
Running test with strlen (cwd): 22, name: '/tmp/test-unix-sockets/socket'
getsockname returned '/tmp/test-unix-sockets/socket', addrlen: 1025
Running test with strlen (cwd): 22, name: 'socket'
getsockname returned 'socket', addrlen: 1025
Running test with strlen (cwd): 122, name: 'socket'
getsockname returned 'socket', addrlen: 1025
Running test with strlen (cwd): 822, name: 'socket'
getsockname returned 'socket', addrlen: 1025
$
$ ./test-unix-sockets
System: AIX:2:7
sizeof addr.sun_path: 1023
PATH_MAX: 1023
Running test with strlen (cwd): 22, name: '/tmp/test-unix-sockets/socket'
getsockname returned '/tmp/test-unix-sockets/socket', addrlen: 1025
Running test with strlen (cwd): 22, name: 'socket'
getsockname returned 'socket', addrlen: 1025
Running test with strlen (cwd): 122, name: 'socket'
getsockname returned 'socket', addrlen: 1025
Running test with strlen (cwd): 822, name: 'socket'
getsockname returned 'socket', addrlen: 1025
$
--
More information about the Gnupg-devel
mailing list