[krbdev.mit.edu #7340] SVN Commit

Benjamin Kaduk via RT rt-comment at krbdev.mit.edu
Wed Aug 29 16:35:03 EDT 2012


Fix KfW thread-local storage allocation issues

Allocate thread-local storage on demand; don't rely on
the DLL_THREAD_ATTACH case in DllMain() since pre-existing
threads will never execute that code.

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

https://github.com/krb5/krb5/commit/a4418f619be053c7429e307f78d9694b2f798c65
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Committer: Ben Kaduk <kaduk at mit.edu>
Commit: a4418f619be053c7429e307f78d9694b2f798c65
Branch: master
 src/ccapi/common/win/tls.c    |    8 +++++++-
 src/ccapi/lib/win/dllmain.cxx |   27 ++++++++++++++++-----------
 2 files changed, 23 insertions(+), 12 deletions(-)



More information about the krb5-bugs mailing list