diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2011-09-15 11:50:09 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2011-09-15 11:50:09 +0000 |
| commit | f785588713928420f4f232ae6d8e070f71df9af2 (patch) | |
| tree | fd3b865847a9c54261540527e3282ce0d7b14f37 /libexec | |
| parent | 20aee906b466e9ddb187ddc9c0fcc43cef9d0276 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 874f4bc61ffd..65eadb5b7a5b 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -3370,7 +3370,7 @@ tls_get_addr_common(Elf_Addr** dtvp, int index, size_t offset) newdtv[1] = tls_max_index; free(dtv); lock_release(rtld_bind_lock, &lockstate); - *dtvp = newdtv; + dtv = *dtvp = newdtv; } /* Dynamically allocate module TLS if necessary */ |
