This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fchdir(fd) defect


On Sun, Oct 14, 2001 at 09:25:49AM -0400, Earnie Boyd wrote:
>I've discovered that if
>
>chdir("/some/dir/foo")
>fd=open(".", O_RDONLY)
>chdir("/some/dir/bar")
>fchdir(fd) will change to "some/dir/bar" not to "some/dir/foo".
>
>The reason for this is simply that the open stores the "." in the fd
>table and not the absolute directory name it points to.  I don't have a
>patch for this yet, I wanted to alert to the problem before 1.3.4
>released.  Feel free to beat me to the punch with the patch.

It's a simple fix to build_fhandler_new.  Add PC_FULL to the arguments
to path_conv.check.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]