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: lsa handle in security.cc


On Sun, May 19, 2002 at 01:28:51PM -0400, Pierre A. Humblet wrote:
> The invalid value for an lsa handle in security.cc
> is inconsistent. It is initially NULL, but in 
> close_local_policy () it is INVALID_HANDLE_VALUE.
> Calling LsaClose(NULL) causes a fault, at least in gdb.
> 
> The patch uses INVALID_HANDLE_VALUE uniformly, instead of 
> NULL. The converse would probably work as well, not sure
> which is better.

Applied.

Thanks,
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]