summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-09-29 19:16:19 -0400
committerRich Felker <dalias@aerifal.cx>2020-10-14 20:27:12 -0400
commit50716702d41d5f6f31c1075a1734b9f759477f0d (patch)
tree8757c11f267a0ccd9633ccf5fd70fb8c6e36705d /src
parent1efc8eb2c7eda7664232ef0292b7283adf0db114 (diff)
downloadmusl-50716702d41d5f6f31c1075a1734b9f759477f0d.tar.gz
ldso: use pthread_t rather than kernel tid to track ctor visitor
commit 188759bbee057aa94db2bbb7cf7f5855f3b9ab53 documented the intent to allow recursive dlopen based on tracking ctor_visitor, but used a kernel tid rather than the pthread_t to identify the caller. as a result, it would not behave as intended under fork by a ctor, where the child tid would not match.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions