svn rev #18600: trunk/src/util/support/
jaltman@MIT.EDU
jaltman at MIT.EDU
Wed Sep 20 22:43:12 EDT 2006
Commit By: jaltman
Log Message:
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 trunk/src/util/support/threads.c
More information about the cvs-krb5
mailing list