[Bug 181155] [libc] [patch] *access*(2) does not handle invalid amodes properly
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 16 00:56:52 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181155
--- Comment #5 from commit-hook at 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.
More information about the freebsd-bugs
mailing list