You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/10/10 20:10:33 UTC

[jira] [Created] (ACCUMULO-3221) Unintential integer overflow in Shell authorization timeout

Josh Elser created ACCUMULO-3221:
------------------------------------

             Summary: Unintential integer overflow in Shell authorization timeout
                 Key: ACCUMULO-3221
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3221
             Project: Accumulo
          Issue Type: Sub-task
          Components: shell
    Affects Versions: 1.6.1, 1.5.2
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Minor
             Fix For: 1.5.3, 1.6.2, 1.7.0


Potentially overflowing expression options.getAuthTimeout() * 60 * 1000 with type int (32 bits, signed) is evaluated using 32-bit arithmetic, and then used in a context that expects an expression of type long (64 bits, signed).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)