Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Kevin Lahey <kml@netbsd.org>
List: source-changes
Date: 04/30/2001 06:32:57
Module Name:	syssrc
Committed By:	kml
Date:		Mon Apr 30 03:32:57 UTC 2001

Modified Files:
	syssrc/sys/kern: uipc_socket2.c

Log Message:
Large values of sb_max would cause an overflow in sbreserve();  cast to
u_quad_t to avoid this.  (from FreeBSD uipc_socket2.c v1.19)


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 syssrc/sys/kern/uipc_socket2.c

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