Skip to content

Commit 8e50623

Browse files
author
Tor Didriksen
committed
Bug#27660330 ADD SUPPORT FOR CLANG UBSAN call through nullptr
Use class name rather than pointer for calling static member function sql/auth/sql_authentication.cc Call to static member function through nullptr g_cached_authentication_plugins Change-Id: I489eb43ecdf485fbb3bb9f56bb74314509d5a6fb
1 parent 811e687 commit 8e50623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/auth/sql_authentication.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ bool Rsa_authentication_keys::read_rsa_keys() {
11031103
#endif /* HAVE_OPENSSL */
11041104

11051105
void optimize_plugin_compare_by_pointer(LEX_CSTRING *plugin_name) {
1106-
g_cached_authentication_plugins->optimize_plugin_compare_by_pointer(
1106+
Cached_authentication_plugins::optimize_plugin_compare_by_pointer(
11071107
plugin_name);
11081108
}
11091109

0 commit comments

Comments
 (0)