[803] in Kerberos-V5-bugs
Re: more rcache bugs
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Sep 29 22:14:28 1994
Date: Thu, 29 Sep 1994 22:14:07 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: John Gardiner Myers <jgm+@CMU.EDU>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [764]
Date: Sat, 17 Sep 1994 13:16:31 -0400 (EDT)
From: John Gardiner Myers <jgm+@CMU.EDU>
krb_rc_dfl_recover() calls krb_rc_io_size() with "t", which is not of
the appropriate type. It should instead call it with "t->d".
Fixed. Thanks for reporting this bug! It's amazing anything was
working with it being broken. :-)
- Ted