From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 18 17:20:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FD0C905 for ; Fri, 18 Apr 2014 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 315A7181E for ; Fri, 18 Apr 2014 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IHK0OP023982 for ; Fri, 18 Apr 2014 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IHK0Pk023981; Fri, 18 Apr 2014 17:20:00 GMT (envelope-from gnats) Date: Fri, 18 Apr 2014 17:20:00 GMT Message-Id: <201404181720.s3IHK0Pk023981@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: kern/181155: [libc] [patch] *access*(2) does not handle invalid amodes properly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 17:20:01 -0000 The following reply was made to PR kern/181155; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, Garrett Cooper Cc: Subject: Re: kern/181155: [libc] [patch] *access*(2) does not handle invalid amodes properly Date: Fri, 18 Apr 2014 10:18:56 -0700 Just as a note: I need to add something to the manpage for all affected system calls for this; mknodat and a few other system calls will need manpage updates .. need to evaluate all of the system calls to get a full list of everything affected. Thanks! -Garrett