You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/05/19 01:46:16 UTC

[jira] Closed: (IO-117) EndianUtils.readSwappedUnsignedInteger() may return a negative number

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

Henri Yandell closed IO-117.
----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.4)
                   1.3.2

Committed to both trunk (539632) and the 1.3.x branch(539638).

My understanding is that this is in time for 1.3.2.

> EndianUtils.readSwappedUnsignedInteger() may return a negative number
> ---------------------------------------------------------------------
>
>                 Key: IO-117
>                 URL: https://issues.apache.org/jira/browse/IO-117
>             Project: Commons IO
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Hiroshi Ikeda
>             Fix For: 1.3.2
>
>         Attachments: EndianUtilsTest.java, IO-117.patch
>
>
> Methods about reading unsigned-integer in class EndianUtils may return a negative number, due to casting int to long.
> Calculations with operator & etc. are under integer in these methods so its results are integer,
> then implicit casting the results to long keeps its positive/negative sign.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org