cvs commit: src/sys/kern kern_sig.c

[ Available lists | Index of cvs-src | Month of Oct 2007 | Week of 24 Oct 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Christian S.J. Peron <csjp@FreeBSD.org>
Date
24 Oct 2007 00:14:21
Subject
cvs commit: src/sys/kern kern_sig.c
Message-ID
200710240014.l9O0EKvT032779@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.176 seconds