1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-19 21:09:40 +03:00
Files
mariadb/mysql-test/r
unknown 7839da601c 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.


mysql-test/mysql-test-run.pl:
  Since plugins are allowed to be open only from plugin_dir:
  - there is no sence to update LD_LIBRARY_PATH
  - there is no sence to add plugin_dir arg by default
  - set UDF_EXAMPLE_LIB_OPT and EXAMPLE_PLUGIN_OPT to be used by
    udf and plugin tests accordingly.
mysql-test/r/plugin.result:
  Updated test result (we report addition warning).
sql/sql_udf.cc:
  Allow to load udfs only from plugin_dir.
  On windows, refuse to open udf in case it's path contains a slash.
mysql-test/t/plugin-master.opt:
  New BitKeeper file ``mysql-test/t/plugin-master.opt''
mysql-test/t/udf-master.opt:
  New BitKeeper file ``mysql-test/t/udf-master.opt''
2007-05-18 16:23:46 +05:00
..
2007-04-29 00:50:33 +05:00
2007-03-31 20:27:43 +05:00
2007-05-10 20:30:49 +05:00
2007-02-23 18:49:41 +02:00
2007-04-07 23:16:03 +05:00
2007-04-04 21:35:58 +00:00
2007-03-15 17:35:31 +04:00
2007-05-04 18:06:06 +03:00
2007-04-19 21:18:49 +02:00
2007-05-04 18:06:06 +03:00
2007-02-23 13:13:55 +02:00
2007-03-02 08:43:45 -08:00
2007-05-04 18:06:06 +03:00
2007-04-18 21:39:45 +02:00
2007-02-23 13:13:55 +02:00
2007-04-04 14:19:33 +05:00
2007-04-04 16:58:25 +02:00
2007-02-23 13:13:55 +02:00
2007-03-02 08:43:45 -08:00
2007-05-04 18:06:06 +03:00
2007-05-04 18:06:06 +03:00
2007-04-02 13:57:32 +02:00
2007-03-01 18:16:17 +04:00
2007-03-29 16:11:02 +02:00
2007-05-04 18:06:06 +03:00
2007-05-07 17:33:28 +05:00
2007-04-20 17:49:07 -06:00
2007-05-04 18:06:06 +03:00
2007-04-17 12:32:01 +02:00
2007-03-23 01:04:31 +04:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-05-04 18:06:06 +03:00
2007-05-04 18:06:06 +03:00
2007-04-29 18:52:14 +05:00