You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Ian Dimayuga (JIRA)" <ji...@apache.org> on 2014/09/16 04:57:33 UTC

[jira] [Updated] (ZOOKEEPER-2039) Jute compareBytes incorrect comparison index

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

Ian Dimayuga updated ZOOKEEPER-2039:
------------------------------------
    Attachment: ZOOKEEPER-2039.patch

Correct parallel indices in Jute byte array comparison

> Jute compareBytes incorrect comparison index
> --------------------------------------------
>
>                 Key: ZOOKEEPER-2039
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2039
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: jute
>    Affects Versions: 3.4.6, 3.5.0
>            Reporter: Ian Dimayuga
>            Priority: Minor
>             Fix For: 3.4.7, 3.5.1
>
>         Attachments: ZOOKEEPER-2039.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The Jute utility's naïve byte-array comparison compares b1[off1+i] with b2[off2+1]. (A literal 1, not the variable i)
> It should be off2+i, in parallel with the other operand.



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