cvs commit: src/sys/security/audit audit.h audit_arg.c

Robert Watson rwatson at FreeBSD.org
Mon Jul 3 15:17:22 UTC 2006


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


More information about the cvs-all mailing list