]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When getaudit(2) is unable to fit the terminal IPv6 address into the
authorrwatson <rwatson@FreeBSD.org>
Sat, 23 Aug 2008 14:39:01 +0000 (14:39 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 23 Aug 2008 14:39:01 +0000 (14:39 +0000)
commit74fdf0ae738f6f65b411206cf17d9e60294f77a7
treeb33fd9099563b2380647245e9124e2e7e19b406b
parent4cc510ad6aba63ef7dffd02a6a85613528899ce4
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