Don't add module symbols to global namespace
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 15 Feb 2017 20:39:34 +0000 (15:39 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 12 Jun 2017 18:43:20 +0000 (14:43 -0400)
commit424b8c43a13fc4581bdb5f851104f3c7fb3fd8ec
treecd756b926dd0a5356d14ccf9cc01b4e5bd73e572
parent48d1e6e0882713f441f793928ac6651666fd9b1d
Don't add module symbols to global namespace

The G_MODULE_BIND_LOCAL flag specifies that symbols in the module should not
be added to the global name space. The default action on most platforms is
to place symbols in the module in the global name space, which may cause
conflicts with existing symbols.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/plugin/plugin-so.c
This page took 0.024189 seconds and 4 git commands to generate.