[Rpm-maint] [rpm-software-management/rpm] Load plugin library symbols first (#1664)

benierc notifications at github.com
Wed Apr 28 10:02:40 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 can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1664

-- Commit Summary --

  * Load plugin library symbols first

-- File Changes --

    M lib/rpmplugins.c (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1664.patch
https://github.com/rpm-software-management/rpm/pull/1664.diff

-- 
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/pull/1664
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210428/b422f9fd/attachment-0001.html>


More information about the Rpm-maint mailing list