Re: [PATCH] elf: Release dl_load_lock before running dlopen constructors (BZ 15686)
Alexander Pevzner <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
On 7/13/26 2:37 PM, Florian Weimer wrote: >> You mean the situation, when two threads dlopen-s the same DSO >> simultaneously, correct? > > Yes, or for different DSOs if they happen to have a shared dependency. I agree. Per-DSO locking is still required. Thanks for pointing that. -- Wishes, Alexander Pevzner ([email protected])