Date: Wed, 24 Oct 2007 00:14:20 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200710240014.l9O0EKvT032779@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2007-10-24 00:14:20 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Move where we audit the PID argument such that we unconditionally audit it at the beginning of the syscall. This fixes a problem where the user supplies an invalid process ID which is > 0 which results in the PID argument not being audited. Obtained from: TrustedBSD Project MFC after: 1 week Revision Changes Path 1.350 +1 -1 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710240014.l9O0EKvT032779>