This is the mail archive of the cygwin-developers 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]
Other format: [Raw text]

Re: 1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set


On Aug 12 16:38, Corinna Vinschen wrote:
> On Aug 12 10:12, Christopher Faylor wrote:
> > On Thu, Aug 12, 2010 at 04:01:54PM +0200, Corinna Vinschen wrote:
> No.  I never came across a directory which is not writable under
> SE_BACKUP_NAME conditions.

Erm... 

... come to think of it, regardless of SE_BACKUP_NAME, if the
application uses CreateFile without the FILE_FLAG_BACKUP_SEMANTICS flag,
which is not really typical for Win32 calls anyway, then the application
will get an ERROR_ACCESS_DENIED when trying to create a file in such
a directory.

Shouldn't that be sufficient?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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