Merge r196122 from head to stable/8:

Correctly audit real gids following changes to the audit record argument
  interface.

Approved by:	re (kib)
This commit is contained in:
Robert Watson 2009-08-13 15:01:50 +00:00
parent 7e68640f17
commit fa1decc4ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=196187

View File

@ -232,7 +232,7 @@ void audit_thread_free(struct thread *td);
#define AUDIT_ARG_RGID(rgid) do { \
if (AUDITING_TD(curthread)) \
audit_arg_gid((rgid)); \
audit_arg_rgid((rgid)); \
} while (0)
#define AUDIT_ARG_RUID(ruid) do { \