Skip to content

RTLD_GLOBAL is a bug

Patrick Welche requested to merge pwelche/glib:master into main

Avoid the use of dlopen(...,RTLD_GLOBAL) followed by dlsym(NULL,...) by using RTLD_DEFAULT instead.

I believe this will solve a raft of the issues found by searching for dlopen().

My particular interest is #19 (closed)

Merge request reports