Date: Tue, 27 Jun 2006 11:34:44 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200606271134.k5RBYiR9024210@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-06-27 11:34:44 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: - Use suser_cred(9) instead of directly checking cr_uid. - Change the order of conditions to first verify that we actually need to check for privileges and then eventually check them. Reviewed by: rwatson Revision Changes Path 1.178 +2 -2 src/sys/netinet/in_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606271134.k5RBYiR9024210>