You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/01/29 21:04:10 UTC

[jira] [Created] (ACCUMULO-2278) Return value from in.read() should be checked in NonCachingSecretKeyEncryptionStrategy#doKeyEncryptionOperation()

Ted Yu created ACCUMULO-2278:
--------------------------------

             Summary: Return value from in.read() should be checked in NonCachingSecretKeyEncryptionStrategy#doKeyEncryptionOperation()
                 Key: ACCUMULO-2278
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2278
             Project: Accumulo
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


Here is related code:
{code}
      byte[] keyEncryptionKey = new byte[keyEncryptionKeyLength];
      in.read(keyEncryptionKey);
{code}
The return value should be checked so that we don't need to call cipher.init() in case encryption key isn't read properly.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)