Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2009 20:19:19 +0000 (UTC)
From:      Stacey Son <sson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/security/audit audit.c audit_arg.c audit_private.h
Message-ID:  <200906292019.n5TKJcdF073812@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sson        2009-06-29 20:19:19 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit.c audit_arg.c audit_private.h 
  Log:
  SVN rev 195177 on 2009-06-29 20:19:19Z by sson
  
  Dynamically allocate the gidset field in audit record.
  
  This fixes a problem created by the recent change that allows a large
  number of groups per user.  The gidset field in struct kaudit_record
  is now dynamically allocated to the size needed rather than statically
  (using NGROUPS).
  
  Approved by:    re@ (kensmith, rwatson), gnn (mentor)
  
  Revision  Changes    Path
  1.52      +3 -0      src/sys/security/audit/audit.c
  1.29      +7 -0      src/sys/security/audit/audit_arg.c
  1.28      +3 -2      src/sys/security/audit/audit_private.h



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