Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2006 14:55:56 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/audit audit.h audit_arg.c
Message-ID:  <200607031455.k63EtucG098655@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607031455.k63EtucG098655>