pull up r18600 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 25 Sep 2006 20:52:38 +0000 (20:52 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 25 Sep 2006 20:52:38 +0000 (20:52 +0000)
commit9ccafc76b9a8c2916b54819ce5ced9cf0c3ee1c9
treefe03b9db488f8f4c05324002e6b4c4fc18c09e06
parent1abed948899abb33a2edf1ce8e22492dee151cbc
pull up r18600 from trunk

 r18600@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.

ticket: 4305
version_fixed: 1.5.2

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18610 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/threads.c