svn rev #18610: branches/krb5-1-5/ src/util/support/
tlyu@MIT.EDU
tlyu at MIT.EDU
Mon Sep 25 16:52:39 EDT 2006
Commit By: tlyu
Log Message:
ticket: 4305
version_fixed: 1.5.2
pull up r18600 from trunk
r18600 at cathode-dark-space: jaltman | 2006-09-20 22:43:12 -0400
ticket: new
subject: windows thread support frees thread local storage after TlsSetValue
tags: pullup
threads.c: The return value of TlsSetValue is non-zero on
success. As a result of misinterpreting the
return value, the memory set in TLS is then freed.
A subsequent call to TlsGetValue returns the
invalid pointer.
Changed Files:
_U branches/krb5-1-5/
U branches/krb5-1-5/src/util/support/threads.c
More information about the cvs-krb5
mailing list