rwatson     2006-07-03 14:55:56 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit.h audit_arg.c 
  Log:
  Correct a number of problems that were previously commented on:
  
  - Correct audit_arg_socketaddr() argument name from so to sa.
  - Assert arguments are non-NULL to many argument capture functions
    rather than testing them.  This may trip some bugs.
  - Assert the process lock is held when auditing process
    information.
  - Test currecord in several more places.
  - Test validity of more arguments with kasserts, such as flag
    values when auditing vnode information.
  
  Perforce change:        98825
  Obtained from:          TrustedBSD Project
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/security/audit/audit.h
  1.5       +39 -48    src/sys/security/audit/audit_arg.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to