r18175@cathode-dark-space: rra | 2006-06-20 17:45:16 -0400
Ticket: 581
Version_Reported: 1.0.5
Target_Version: 1.5
Tags: pullup
In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address rather
than an unsigned long to avoid memcpying past the end of a structure on
64-bit platforms.
ticket: 581
version_fixed: 1.5
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18211
dc483132-0cff-0310-8789-
dd5450dbe970
struct hostent *hp;
KTEXT_ST ticket;
AUTH_DAT authdata;
- unsigned long addr;
+ unsigned KRB4_32 addr;
static /*const*/ char rcmd_str[] = "rcmd";
#if 0
char key[8];