mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 188759bbee 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.
master
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue