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]
Other format: [Raw text]

RE: Alloc_sd() fragile?




> -----Original Message-----
> From: Corinna Vinschen [mailto:vinschen@redhat.com] 


> Just guessing.  One parameter to alloc_sd is a 
> PSECURITY_DESCRIPTOR called `sd_ret'.  This SD must be 
> initialized since it's used as in/out parameter.  Take a look 
> into set_security_attribute() and especially into 
> set_nt_attribute().  You will see what I mean.

Thank you!, that was it. It wasn't my bug however :[, as the CreateFile
is still failing, but the alloc_sd failures are gone (different sd's are
used).

*sigh*. Something is tromping on a static class member and invalidating
the sd. Are sd's ever corrupted by system calls, or can one reuse an sd
indefinately?

Rob


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