Merge branch '5.5' into 10.1
This commit is contained in:
commit
584d213235
@ -363,7 +363,7 @@ mysql_load_plugin_v(MYSQL *mysql, const char *name, int type,
|
|||||||
mysql->options.extension->plugin_dir : PLUGINDIR, "/",
|
mysql->options.extension->plugin_dir : PLUGINDIR, "/",
|
||||||
name, SO_EXT, NullS);
|
name, SO_EXT, NullS);
|
||||||
|
|
||||||
if (strpbrk(name, "()[]!@#$%^&/*;.,'?"))
|
if (strpbrk(name, "()[]!@#$%^&/*;.,'?\\"))
|
||||||
{
|
{
|
||||||
errmsg= "invalid plugin name";
|
errmsg= "invalid plugin name";
|
||||||
goto err;
|
goto err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user