Re: SO_PASSCRED broken in 2.4 ? - mystery tackled

From: kuznet@ms2.inr.ac.ru
Date: Sun Jul 02 2000 - 11:30:15 EST


Hello!

> However, the following ``fix'' can be applied:
> ------------------------------
> ...
> antsd = socket(AF_UNIX, SOCK_STREAM, 0);
> ...
> addr.sun_family = AF_UNSPEC; /* used to be AF_UNIX */
> ...
> ------------------------------

I am sorry, but after this connect will return EINVAL.

It would be better if you showed all the related pieces
of your program, doing operations between socket...sendmsg
and socket...recvmsg on server side.

Alexey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jul 07 2000 - 21:00:11 EST