[421] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

bugs in beta3

daemon@ATHENA.MIT.EDU (picinbo@gigue.frcl.bull.fr)
Mon Feb 21 09:47:39 1994

Date: Mon, 21 Feb 1994 14:56:57 +0100
From: picinbo@gigue.frcl.bull.fr
To: krb5-bugs@MIT.EDU


From : F. Picinbono
       BULL SA
       F.Picinbono@frcl.bull.fr

To : krb5-bugs@athena.mit.edu

Date : Feb 21 1994

I am evaluating the new version of GSS-API from OpenVision in the
krb5-beta3 release against the previous version from mit.
I have found the following bugs :

In file lib/krb5/keytab/file/ktf_next.c, I assume that :
    long *fileoff = (long *)cursor;
should be replaced by :
    long *fileoff = (long *)*cursor;

In file lib/gssapi/krb5/accept_sec_context.c, line 236
   krb5_rc_close(rcache);
   xfree(rcache);
should be replaced by
   if (rcache) {
       krb5_rc_close(rcache);
       xfree(rcache);
   }

I suspect that many other bugs are still in GSS-API because I have not
yet been able to sign or seal messages.

Is there a way to know all currently detected (and corrected bugs) in
this version ?

F. Picinbono

home help back first fref pref prev next nref lref last post