You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/04/22 12:29:15 UTC

[jira] Closed: (HARMONY-3710) [classlib][archive] java.util.zip.Adler32.updateByteImpl(int val, long adler1) return wrong value in big-endian platform

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

Tim Ellison closed HARMONY-3710.
--------------------------------


Verified by Sean

> [classlib][archive] java.util.zip.Adler32.updateByteImpl(int val, long adler1) return wrong value in big-endian platform
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3710
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3710
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: PPC 64bit
>            Reporter: Sean Qiu
>         Assigned To: Tim Ellison
>         Attachments: Harmony-3710.diff
>
>
> The current implementation address an int value to get Bytef value.
> (Bytef *) (&val)   //val is an jint
> It works in little-endian platform, but  it will get wrong value in big-endian planform.

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