bx509: CSRF protection for /bnegotiate

This commit is contained in:
Nicolas Williams
2019-12-05 19:52:47 -06:00
parent 0a0a27ccec
commit d1a2652090
4 changed files with 350 additions and 126 deletions

View File

@@ -378,6 +378,7 @@ read_one_token(gss_name_t service, const char *ccname, int negotiate)
return -1;
}
in.length = ret;
ret = 0;
out.length = 0;
out.value = 0;