Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 00:56:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 181155] [libc] [patch] *access*(2) does not handle invalid amodes properly
Message-ID:  <bug-181155-8-VYVcVxTWTO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-181155-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-181155-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181155

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ngie
Date: Tue Sep 16 00:56:48 UTC 2014
New revision: 271655
URL: http://svnweb.freebsd.org/changeset/base/271655

Log:
  Validate the mode argument in access, eaccess, and faccessat for optional
  POSIX compliance and to improve compatibility with Linux and NetBSD

  The issue was identified with lib/libc/sys/t_access:access_inval from
  NetBSD

  Update the manpage accordingly

  PR: 181155
  Reviewed by: jilles (code), jmmv (code), wblock (manpage), wollman (code)
  MFC after: 4 weeks
  Phabric: D678 (code), D786 (manpage)
  Sponsored by: EMC / Isilon Storage Division

Changes:
  head/lib/libc/sys/access.2
  head/sys/kern/vfs_syscalls.c

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-181155-8-VYVcVxTWTO>