[1801] in Kerberos-V5-bugs
Re: Krb5 beta 5 defects
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Feb 12 22:54:23 1996
Date: Mon, 12 Feb 1996 22:54:06 -0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Sean Mullan <mullan_s@apollo.hp.com>
Cc: krb5-bugs@MIT.EDU, mullan_s@apollo.hp.com (Sean Mullan),
champine@apollo.hp.com
In-Reply-To: "[1799] in Kerberos-V5-bugs"
[1799]F daemon@ATHENA.MIT.EDU (Sean Mullan) Kerberos-V5-bugs 02/12/96 16:07 (112 lines)
Cc: mullan_s@apollo.hp.com (Sean Mullan), champine@apollo.hp.com
Date: Mon, 12 Feb 1996 16:07:05 -0500
From: Sean Mullan <mullan_s@apollo.hp.com>
Kerberos 5 Beta 5 defects
-------------------------
1) src/lib/krb5/asn.1/glue2.c
This file isn't actually used for anything; I've removed it from our
repository.
2) src/appl/bsd/kcmd.c
Cast the return type of malloc to (char *):
I've applied this cleanup to our sources. Thanks.
- Ted