K 10 svn:author V 5 markj K 8 svn:date V 27 2016-12-22T17:41:32.143911Z K 7 svn:log V 337 rtld: Ensure that dlopen() cannot obtain a reference on a doomed object. rtld drops the bind lock to call fini functions in an object prior to unmapping it. The new "doomed" state flag prevents the acquisition of new references for an object while the lock is dropped. Reviewed by: kib MFC after: 2 weeks Sponsored by: Dell EMC Isilon END