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>
Tue, 13 Jun 2017 15:51:01 +0000 (11:51 -0400)
commit409b4f07f295de7db9303600b39bca5887bebec5
treef3456a2abc5fb3072990452f82a19180c120a3de
parentf03270cbbfa1902182b064ae2af324b045ff5cb0
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.025067 seconds and 4 git commands to generate.