small fixes to avoid relying on properly null-terminated strings.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-06-26 16:54:07 +02:00
parent 8135cbe6c0
commit 4f202afefc
7 changed files with 19 additions and 10 deletions

View File

@@ -160,7 +160,7 @@ int generate_and_store_vals(main_server_st *s, struct proc_st* proc);
int handle_auth_init(main_server_st *s, struct proc_st* proc,
const struct cmd_auth_init_st * req);
int handle_auth_req(main_server_st *s, struct proc_st* proc,
const struct cmd_auth_req_st * req);
struct cmd_auth_req_st * req);
int check_multiple_users(main_server_st *s, struct proc_st* proc);