mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-09-03 14:35:08 +00:00
ensure form fits in buf
yeah this is hacky, but we'll remove this probably anyway soon... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@@ -74,8 +74,8 @@ pve_auth_verify(const char *clientip, const char *username, const char *passwd)
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
char buf[8192];
|
char buf[8292];
|
||||||
char form[8192];
|
char form[8092];
|
||||||
|
|
||||||
char *p = form;
|
char *p = form;
|
||||||
p = urlencode(p, "username");
|
p = urlencode(p, "username");
|
||||||
|
Reference in New Issue
Block a user