Date: Wed, 13 Sep 2006 09:10:01 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <200609130910.k8D9A1dL074393@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gnn 2006-09-13 09:10:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_syscalls.c Log: MFC of fix for PR 98858 Properly cast the values of valsize (the size of the value passed in) in setsockopt so that they can be compared correctly against negative values. Passing in a negative value had a rather negative effect on our socket code, making it impossible to open new sockets. PR: 98858 Submitted by: James.Juran@baesystems.com Approved by: re Revision Changes Path 1.221.2.4 +2 -2 src/sys/kern/uipc_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609130910.k8D9A1dL074393>