A fix for small stack overflow ...

parent 2c360c02
...@@ -196,7 +196,7 @@ static bool check_user(THD *thd,enum_server_command command, const char *user, ...@@ -196,7 +196,7 @@ static bool check_user(THD *thd,enum_server_command command, const char *user,
thd->db=0; thd->db=0;
thd->db_length=0; thd->db_length=0;
USER_RESOURCES ur; USER_RESOURCES ur;
char tmp_passwd[SCRAMBLE_LENGTH]; char tmp_passwd[SCRAMBLE_LENGTH + 1];
if (passwd[0] && strlen(passwd) != SCRAMBLE_LENGTH) if (passwd[0] && strlen(passwd) != SCRAMBLE_LENGTH)
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment