code review request: 7107019: sun.security.krb5.internal.ccache.CCacheInputStream.readCred does not use auth data
Valerie (Yu-Ching) Peng
valerie.peng at oracle.com
Wed Nov 9 01:08:22 UTC 2011
Looks fine to me.
Thanks,
Valerie
On 11/07/11 18:41, Weijun Wang wrote:
> 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