Date: Sat, 11 Nov 2000 12:09:01 -0700 From: Warner Losh <imp@village.org> Cc: Chris Faulhaber <jedgar@fxp.org>, freebsd-audit@FreeBSD.ORG Subject: Re: config(8) patch Message-ID: <200011111909.eABJ91G31777@billy-club.village.org> In-Reply-To: Your message of "Sat, 11 Nov 2000 12:04:01 MST." <200011111904.eABJ41G31684@billy-club.village.org> References: <200011111904.eABJ41G31684@billy-club.village.org> <20001111111408.A28197@earth.causticlabs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200011111904.eABJ41G31684@billy-club.village.org> Warner Losh writes:
: In message <20001111111408.A28197@earth.causticlabs.com> Chris Faulhaber writes:
: : 2) allocate [MAXPATHLEN + 1] to ensure room for MAXPATHLEN and '\0'
:
: MAXPATHLEN includes the trailing NUL. At least that's what my brain
: is telling me bde told me after proposing similar changes to another
: part of the tree years ago.
Looking at intro(2), we see:
63 ENAMETOOLONG File name too long. A component of a path name exceeded
255 (MAXNAMELEN) characters, or an entire path name exceeded 1023
(MAXPATHLEN-1) characters.
Warner
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011111909.eABJ91G31777>
