From 2596143e2bc42f5958e446ba6c156402ee1a8d53 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 15 Sep 2010 07:44:08 +0000 Subject: PLUGINS: Additional plugin check for the ELF loader. The ELF loader does not have access to the symbols of the main executable, it just relocates symbols to it via fixed offsets. We need to make sure that loaded plugins are from the same link process to prevent crashes. An embedded build date is used for that. svn-id: r52730 --- backends/plugins/elf/plugin.syms | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/plugins/elf/plugin.syms') diff --git a/backends/plugins/elf/plugin.syms b/backends/plugins/elf/plugin.syms index 24ee1a19dc..70465ae976 100644 --- a/backends/plugins/elf/plugin.syms +++ b/backends/plugins/elf/plugin.syms @@ -1,3 +1,4 @@ +PLUGIN_getBuildDate PLUGIN_getVersion PLUGIN_getType PLUGIN_getTypeVersion -- cgit v1.2.3