From: | jaltman@mit.edu |
Subject: | SVN Commit |
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.
Commit By: jaltman
Revision: 18600
Changed Files:
U trunk/src/util/support/threads.c
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.
Commit By: jaltman
Revision: 18600
Changed Files:
U trunk/src/util/support/threads.c