pull up r18600 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 25 Sep 2006 21:06:43 +0000 (21:06 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 25 Sep 2006 21:06:43 +0000 (21:06 +0000)
commitb54d34d5f4378ecab093ef54dd9315c0e8cf6628
treee55342e16d9b16012b77afe9d6017dbb686f62be
parent72819b041393806ee4ff8a15de9f59c172cca046
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

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