Code review request (original) (raw)
Brad Wetmore bradford.wetmore at oracle.com
Fri Feb 10 06:43:02 UTC 2012
- Previous message (by thread): hg: jdk8/tl/jdk: 6879539: enable empty password support for pkcs12 keystore
- Next message (by thread): Code review request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Two line code fix, but an important couple of lines. :)
The underlying cipher still had buffered data when using Direct ByteBuffers. This changes makes sure that data is read out.
7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process
when in.remaining() == 0
Description: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7142509
Codereview: http://cr.openjdk.java.net/~wetmore/7142509/
Thanks,
Brad
- Previous message (by thread): hg: jdk8/tl/jdk: 6879539: enable empty password support for pkcs12 keystore
- Next message (by thread): Code review request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]