xserver-multidpi/hw/xfree86/loader
Michal Srb 258abbf823 Look for ModuleData only in appropriate library
LoaderSymbol calls dlsym with RTLD_DEFAULT pseudo handle making it search in
every loaded library. In addition glibc adds NODELETE flag to the library
containing the symbol.

It's used in doLoadModule to locate <modulename>ModuleData symbol, the
module's library gets the flag and is kept in memory even after it is
unloaded.

This patch adds LoaderSymbolFromModule function that looks for symbol only in
library specified by handle. That way the NODELETE flag isn't added.

This glibc behavior doesn't seem to be documented, but even if other
implementations differ, there is no reason to search ModuleData symbol outside
the module's library.

Signed-off-by: Michal Srb <msrb@suse.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>

v2: Switch LoaderSymbolFromModule arguments order.
    Correct description.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-07-04 21:26:24 +10:00
..
loader.c Look for ModuleData only in appropriate library 2012-07-04 21:26:24 +10:00
loader.h Look for ModuleData only in appropriate library 2012-07-04 21:26:24 +10:00
loaderProcs.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
loadext.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
loadmod.c Look for ModuleData only in appropriate library 2012-07-04 21:26:24 +10:00
Makefile.am xfree86: Move sdksyms generation to ddx toplevel 2011-06-23 05:28:31 -07:00
os.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00