Mir

Code review comment for lp://staging/~vanvugt/mir/fix-1391976

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

It's actually logically perfectly safe. Because already, no function can ever assume there's not some other function in the same process that has loaded and is using the same libraries as itself.

The requirement that modules share the same process and that you can never know the internal reference count of a dl-opened library is pre-existing.

« Back to merge proposal