cvs commit: src/sys/security/audit audit_syscalls.c
Robert Watson
rwatson at FreeBSD.org
Sun Aug 31 22:08:00 UTC 2008
rwatson 2008-08-31 22:07:53 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/security/audit audit_syscalls.c
Log:
SVN rev 182577 on 2008-08-31 22:07:53Z by rwatson
Merge r182059, r182118 from head to stable/7:
When getaudit(2) is unable to fit the terminal IPv6 address into the
space provided by its argument structure, return EOVERFLOW instead of
E2BIG. The latter is documented in Solaris's man page, but the
former is implemented. In either case, the caller should use
getaudit_addr(2) to return the IPv6 address.
Submitted by: sson
Obtained from: Apple, Inc.
Use ERANGE instead of EOVERFLOW selected in r182059, this seems more
appropriate even if Solaris doesn't document it (E2BIG) or use it
(EOVERFLOW).
Submitted by: nectar at apple dot com
Sponsored by: Apple, Inc.
Revision Changes Path
1.21.2.6 +1 -1 src/sys/security/audit/audit_syscalls.c
More information about the cvs-src
mailing list