cvs commit: src/sys/kern kern_sig.c

Christian S.J. Peron csjp at FreeBSD.org
Tue Oct 23 17:14:21 PDT 2007


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


More information about the cvs-src mailing list