[Rpm-maint] [rpm-software-management/rpm] Plugin library symbols are not loaded at first (#1663)

benierc notifications at github.com
Wed Apr 28 10:00:25 UTC 2021


dlopen load plugins LIBRARY with RTLD_LAZY flag                          
it means the symbols are loaded when references are executed             
so it causes issue when some references are the same than in system      
                                                                         
append RTLD_BINDDEEP allows to first load symbols from the plugin library


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1663
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210428/08f8a55f/attachment.html>


More information about the Rpm-maint mailing list