--- mysql_plugin.c.orig	2015-07-02 09:50:00.000000000 -0700
+++ mysql_plugin.c	2015-07-02 09:50:28.000000000 -0700
@@ -321,7 +321,7 @@
   int ret= 0;
   FILE *file= 0;
 
-  bzero(tool_path, FN_REFLEN);
+  memset(tool_path, 0, FN_REFLEN);
   if ((error= find_tool("my_print_defaults" FN_EXEEXT, tool_path)))
     goto exit;
   else
