diff options
author | svoj@mysql.com/june.mysql.com <> | 2007-05-18 16:23:46 +0500 |
---|---|---|
committer | svoj@mysql.com/june.mysql.com <> | 2007-05-18 16:23:46 +0500 |
commit | e3f7947da028887ec1932a7e43caf8ea5b91e06b (patch) | |
tree | d313b7e649f394611b5da508133b316e05974670 /mysql-test/t/plugin-master.opt | |
parent | 7b4907e450bebe4123a7f5c5cb953bdbbdb36358 (diff) | |
download | mariadb-git-e3f7947da028887ec1932a7e43caf8ea5b91e06b.tar.gz |
BUG#28341 - Security issue still in library loading
UDF can be created from any library in any part of the server
LD_LIBRARY_PATH.
Allow to load udfs only from plugin_dir.
On windows, refuse to open udf in case it's path contains a slash.
No good test case for this bug because of imperfect error message
that includes error code and error string when it fails to dlopen a
library.
Diffstat (limited to 'mysql-test/t/plugin-master.opt')
-rw-r--r-- | mysql-test/t/plugin-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/plugin-master.opt b/mysql-test/t/plugin-master.opt new file mode 100644 index 00000000000..367d5233e0e --- /dev/null +++ b/mysql-test/t/plugin-master.opt @@ -0,0 +1 @@ +$EXAMPLE_PLUGIN_OPT |