[krbdev.mit.edu #7322] SVN Commit

Benjamin Kaduk via RT rt-comment at krbdev.mit.edu
Wed Aug 29 14:55:55 EDT 2012


CCAPI client rpc fixes

On Windows XP, cci_os_ipc_thread_init() causes additional threads to be
spawned immediately, which results in a vicious cycle until Windows
resources are exhausted.  Instead, defer thread_init() until it is really
needed.

Also, use the MSDN-recommended defaults for RPC calls instead of random
constants.

Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>

https://github.com/krb5/krb5/commit/9d528cd3cad2d6ea78310abe12186eedb1ac9314
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Committer: Ben Kaduk <kaduk at mit.edu>
Commit: 9d528cd3cad2d6ea78310abe12186eedb1ac9314
Branch: master
 src/ccapi/common/win/tls.c         |    3 +++
 src/ccapi/common/win/tls.h         |    3 +++
 src/ccapi/lib/win/ccapi_os_ipc.cxx |   32 ++++++++++++--------------------
 src/ccapi/lib/win/dllmain.cxx      |   10 ++++++----
 4 files changed, 24 insertions(+), 24 deletions(-)



More information about the krb5-bugs mailing list