mirror of https://git.musl-libc.org/git/musl
Browse Source
previously, this operation succeeded, and the relocation results worked for access from new threads created after dlopen, but produced invalid accesses (and possibly clobbered other memory) from threads that already existed. the way the check is written, it still permits dlopen of libraries containing initial-exec references to static TLS (TLS in the main program or in a dynamic library loaded at startup).master
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue