musl/ldso
Rich Felker 140ad50cbf fix regression in dynamic-linked tls when both main app & libs have tls
commit d56460c939 introduced this bug by
setting up the tls module chain incorrectly when the main app has tls.
the singly-linked list head pointer was setup correctly, but the tail
pointer was not, so the first attempt to append to the list (for a
shared library with tls) would treat the list as empty and effectively
removed the main app from the list. this left all tls module id
numbers off-by-one.

this bug did not appear in any released versions.
2016-01-30 14:34:45 -05:00
..
dlstart.c move dynamic linker to its own top-level directory, ldso 2016-01-25 19:29:55 -05:00
dynlink.c fix regression in dynamic-linked tls when both main app & libs have tls 2016-01-30 14:34:45 -05:00