Fix handling of deallocation of dynamic TLS, the previous code could
commitc39fc603474d525acf27f7666376d0ebe768513e
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 22 Mar 2005 23:54:18 +0000 (22 23:54 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 22 Mar 2005 23:54:18 +0000 (22 23:54 +0000)
treed98c882b61228f607c08752fa3a27471eb995635
parent50e646bd47dcdeb9077bf80a97d53d8b51723e10
Fix handling of deallocation of dynamic TLS, the previous code could
free random memory after a DSO with TLS segment was unloaded.
libexec/rtld-elf/rtld.c