This is the mail archive of the cygwin-patches@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: [Patch] Recent security improvements breaks proftpd


On Fri, Sep 26, 2003 at 02:53:28PM +0200, Corinna Vinschen wrote:
> Btw., shouldn't that be
> 
>   SetTokenInformation (ptok, TokenDefaultDacl, pdacl, pAcl->AclSize)
>                                                       ^^^^^^^^^^^^^
> 						      instead of sizeof(buf)?

Urgh.  What I meant was: 

  sizeof *pdacl + pAcl->AclSize

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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