Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Sun, 29 Apr 2001 21:50:14 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: difficult problem with symbolic link handling Message-ID: <20010429215014.A24953@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010428130748 DOT A20706 AT redhat DOT com> <20010429203818 DOT A24401 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20010429203818.A24401@redhat.com>; from cgf@redhat.com on Sun, Apr 29, 2001 at 08:38:18PM -0400 On Sun, Apr 29, 2001 at 08:38:18PM -0400, Christopher Faylor wrote: >On Mon, Apr 30, 2001 at 04:28:51AM +0900, Kazuhiro Fujieda wrote: >>>>> On Sat, 28 Apr 2001 13:07:48 -0400 >>>>> Christopher Faylor said: >> >>>Does anyone have any problems with this new behavior? >> >>On the latest snapshot, the `stat' can return the value of a symlink >>itself. The strace log is below. In this log, `~/tmp/mp3/' is >>symlinked to `../mp3/'. >> >>Except for this point, the new logic seems to work well. > >Thanks. I can duplicate this. I will track this down. I'm not aware >of having changed any of this logic but apparently I did. I've checked in a fix for this and I *think* I've fixed the "check_case" handling as well. Corinna, you'll see that I had to do some minor surgery on one of your routines since the logic in path_conv::check is different. I hope I got it right. I'd still like to have someone pick some holes in my current way of doing things. I've still got this feeling that I missed something important. cgf