GNU bug report logs -
#10284
23.2; "Renaming: permission denied" file-error in Windows
Previous Next
Reported by: LynX <_LynX <at> bk.ru>
Date: Mon, 12 Dec 2011 20:45:01 UTC
Severity: normal
Found in version 23.2
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Wed, 28 Dec 2011 21:53:39 +0200
> From: LynX <_LynX <at> bk.ru>
>
> > This first removes the target, and only then compares the device
> > numbers. Wouldn't it be better to do it the other way around, at
> > least when the target is a directory? That way, the target is left
> > intact if the caller doesn't want to copy over the target, and also
> > the filesystem is left in the same state as on Posix hosts in this
> > case, i.e. the contract of `rename' is preserved on all systems.
>
> You mean that before setting errno to EXDEV we also need to check that
> target is a directory (since files are moved correctly)?
Yes, but that's not the important part of my comment above. The
important part is to move the check for different devices _before_ the
call to _unlink which removes the target file/directory if it exists.
In other words, we should fail and report EXDEV without risking the
removal of the target, and let the caller decide what to do with the
failure. (If the caller decides to leave things unchanged, it will
not be The Right Thing for us to remove the target.)
This bug report was last modified 13 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.