Code review request: 8016051: Possible ClassCastException in KdcComm (original) (raw)
Artem Smotrakov artem.smotrakov at oracle.com
Tue Jun 25 05:35:39 UTC 2013
- Previous message (by thread): hg: jdk8/tl/jdk: 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
- Next message (by thread): Code review request: 8016051: Possible ClassCastException in KdcComm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
please review this fix for 8:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8016051 http://1.smotrakov.z8.ru/8016051/webrev.00/
It fixes a possible ClassCastException if an exception thrown from send() method is not IOException or KrbException. The first exception is thrown if all connections to KDC fail. See also:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-June/017714.html
Artem -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20130625/8ceb4aaf/attachment.htm>
- Previous message (by thread): hg: jdk8/tl/jdk: 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
- Next message (by thread): Code review request: 8016051: Possible ClassCastException in KdcComm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]