Re: [PATCHES] small autoconf build updates

2013-02-26 Thread Samuel Thibault
Pino Toscano, le Tue 26 Feb 2013 16:14:50 +0100, a écrit : > Do they look okay? May I push them? Please do. Samuel

Re: GNU Mach

2013-02-26 Thread Samuel Thibault
Kevin Madhu, le Sat 23 Feb 2013 07:57:22 +0530, a écrit : > Have you guys given up on my problem? We actually don't understand what is happening: things seem to be right, except that the mig command being invoked does not like the input, which *is* really right. My only guess is that the mig

connect() access bytes after socket address

2013-02-26 Thread Tanaka Akira
Hi. I found that connect() access bytes after socket address. The test program below specifies a same struct sockaddr_un for bind() and connect(). I expect connect() success but "connect: No such file or directory" error occured. rpctrace shows that bind() binds a socket as the socket file "AB"