[170] in Kerberos-V5-bugs
rd_req_sim vs. krb5_get_server_rcache
daemon@ATHENA.MIT.EDU (John T Kohl)
Fri Jul 19 18:23:18 1991
Date: Fri, 19 Jul 91 15:58:39 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: krb5-bugs@ATHENA.MIT.EDU
There is a lurking bug in krb5_rd_req_simple(). It uses a component of
the server name to generate a replay cache, and treats that component as
a null-terminated string, which krb5_get_server_rcache wants as an
argument.
Perhaps we should update the interface to krb5_get_server_rcache to take
a krb5_data * rather than a const char *?
John