Subject: Re: CVS commit: src/sys
To: None <elad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 10/02/2006 09:34:11
> Module Name: src
> Committed By: elad
> Date: Mon Oct 2 00:02:04 UTC 2006
>
> Modified Files:
> src/sys/kern: uipc_socket.c uipc_socket2.c
> src/sys/sys: socketvar.h
>
> Log Message:
> Add credentials to sockets, 'so_cred'.
>
> Brought up on tech-kern@ some ~2 months ago, didn't seem to be an
> objection; brought up again recently and no objection either... this is
> not too intrusive and I've been running with this for a while.
it seems leaking credentials for non-connected sockets.
YAMAMOTO Takashi