diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-09-29 19:16:19 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-10-14 20:27:12 -0400 |
commit | 50716702d41d5f6f31c1075a1734b9f759477f0d (patch) | |
tree | 8757c11f267a0ccd9633ccf5fd70fb8c6e36705d /src/process/waitpid.c | |
parent | 1efc8eb2c7eda7664232ef0292b7283adf0db114 (diff) | |
download | musl-50716702d41d5f6f31c1075a1734b9f759477f0d.tar.gz musl-50716702d41d5f6f31c1075a1734b9f759477f0d.tar.xz musl-50716702d41d5f6f31c1075a1734b9f759477f0d.zip |
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/process/waitpid.c')
0 files changed, 0 insertions, 0 deletions