[exim-dev] [Bug 2671] Consider integration of localscan_dlop…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2671] Consider integration of localscan_dlopen patch
https://bugs.exim.org/show_bug.cgi?id=2671

--- Comment #2 from Jeremy Harris <jgh146exb@???> ---
I had some hope that dlmopen() might help with the lookup-modules conflict.
But I still can't see a way of getting the combination
- dl{,m}open()'d local_scan code can only see the defined local_scan API
symbols of the main exim program, enforced by the linker
- dl{,m}open()'d lookup modules can see the larger range of (non-C-static)
symbols, ditto

The discussions I find around these features seem to be only in terms of
protecting the DSO symbols from the calling program, so as to enforce the API
of the DSO. Our problem is the opposite, and we have two classes of API -
with one being a subset of the other.

--
You are receiving this mail because:
You are on the CC list for the bug.