Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 22:07:53 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/audit audit_syscalls.c
Message-ID:  <200808312207.m7VM7x6B021716@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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