Hi Mark, On Wed, Mar 18, 2026 at 7:37 AM Mark Wielaard <[email protected]> wrote: > We take the elf->lock here, but only use it for getting the elf->class. > That better not change cross calls manipulating the Elf_Data. > Everything else just depends on the provided Elf_Data. And I think we > really should just require there is no concurrent manipulation of that > (or require all manipulations to also take the elf->lock ?)
I'll give this some more thought. Since we don't officially support thread safety yet, we still have an opportunity to define some limits on concurrent write operations. Aaron
