From owner-cvs-all Sat Dec 18 20:35:45 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id F0E8A151BA; Sat, 18 Dec 1999 20:35:41 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA06320; Sat, 18 Dec 1999 21:35:39 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA00853; Sat, 18 Dec 1999 21:35:39 -0700 (MST) Message-Id: <199912190435.VAA00853@harmony.village.org> To: Brian Fundakowski Feldman Subject: Re: cvs commit: src/lib/libc/gen fts.c Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 18 Dec 1999 20:24:58 EST." References: Date: Sat, 18 Dec 1999 21:35:39 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Brian Fundakowski Feldman writes: : > Actually I know the overflow case isn't subtle. What I was talking : > about was the non-overflow case and some edge conditions for long path : > names. One of the changes I looked at made it impossible to removed : > files that were longer than MAXPATHLEN in length and it was hard to : > find out why w/o lots of looking. : : I made http://www.FreeBSD.org/~green/deltree.c for that purpose. While that is interesting, it doesn't solve the requirement that rm be able to delete files whose absolete path may exceed MAXPATHLEN. I think it was Bruce that was telling me about this edge case... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message