]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When getaudit(2) is unable to fit the terminal IPv6 address into the
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 23 Aug 2008 14:39:01 +0000 (14:39 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 23 Aug 2008 14:39:01 +0000 (14:39 +0000)
commitcc10282298385a0c7c54f33afef0b239360e1742
treeb33fd9099563b2380647245e9124e2e7e19b406b
parentfa38c73642bd8d3fa4c7192ad0524eb93c831e12
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.
MFC after: 3 days
sys/security/audit/audit_syscalls.c