code review request: 7107019: sun.security.krb5.internal.ccache.CCacheInputStream.readCred does not use auth data

Weijun Wang weijun.wang at oracle.com
Tue Nov 8 02:41:49 UTC 2011


Hi Valerie

Please review my fix at

    http://cr.openjdk.java.net/~weijun/7107019/webrev.00/

This is a harmless bug, but it would be nice to code it correct and add 
some notes.

Thanks
Max


-------- Original Message --------
*Change Request ID*: 7107019

*Synopsis*: sun.security.krb5.internal.ccache.CCacheInputStream.readCred 
does not use auth data


=== *Description* 
============================================================
sun.security.krb5.internal.ccache.CCacheInputStream.readCred()

AuthorizationDataEntry[] auDataEntry = readAuth();
AuthorizationData auData = null;
if (auData != null) {
    auData = new AuthorizationData(auDataEntry);
}

Looks like auData should be auDataEntry
============================================================




More information about the security-dev mailing list