
2 Aug
2004
2 Aug
'04
10:04 a.m.
Aaron W. LaFramboise wrote:
As far as I know, the callback list does not go in .tls, but in .rdata (or I guess .data). .tls is only for initialized TLS data (I suppose it is like a TLS version of .data).
OK, but if you create __tls_used by hand, section .tls is not created at all. That might be reason why on some OSes callback is not executed (however on Windows Server 2003 it is). B.