[ 
https://issues.apache.org/jira/browse/ACCUMULO-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Tubbs resolved ACCUMULO-2278.
-----------------------------------------
    Resolution: Fixed

> 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
>              Labels: newbie
>             Fix For: 1.7.3, 1.8.1, 2.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> 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.3.4#6332)

Reply via email to