[1060] in Kerberos-V5-bugs
Re: ASN.1 bug ???
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Feb 3 06:27:00 1995
Date: Fri, 3 Feb 1995 06:26:56 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Kenneth D. Renard" (COOP|ACISD) <kdrenard@ARL.MIL>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [1051]
Date: Mon, 16 Jan 95 15:39:29 EST
From: "Kenneth D. Renard" (COOP|ACISD) <kdrenard@ARL.MIL>
In the Kerberos 5 distribution of the ASN.1 library the following looks
to be a typo:
FILE: lib/krb5/asn.1/err2kerr.c -- at line #99
> if (val->e__data) {
>> temp = qbuf2krb5_data(val->e__text, error);
> if (temp) {
>> retval->text = *temp;
> krb5_xfree(temp);
> } else {
> goto errout;
> }
> }
Yes, this is a typo, but it's also in the ISODE support code, which
isn't used by default in the last couple of releases, and which will not
be present in the next release; we're dropping ISODE support altogether.
This has the happy effect of making the Krb5 source distribution be
approximately 3 megs smaller.
- Ted