Subject: CVS commit: [netbsd-4] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 05/13/2007 21:23:48
Module Name:	src
Committed By:	pavel
Date:		Sun May 13 21:23:47 UTC 2007

Modified Files:
	src/sys/kern [netbsd-4]: uipc_socket.c uipc_syscalls.c

Log Message:
Pull up following revision(s) (requested by yamt in ticket #621):
	sys/kern/uipc_syscalls.c: revision 1.108-1.109 via patch
	sys/kern/uipc_socket.c: revision 1.139 via patch
- soabort: don't leak a socket on error.
- add an assertion.

sys_accept: don't leak a socket on error.

sys_accept: fix usecount botch and double soclose in rev.1.108.


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.129.2.1 src/sys/kern/uipc_socket.c
cvs rdiff -r1.105 -r1.105.2.1 src/sys/kern/uipc_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.