mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-06 23:07:01 +08:00
small fixes to avoid relying on properly null-terminated strings.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user