You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2008/03/14 20:26:24 UTC

[jira] Updated: (HARMONY-5610) [drlvm][classloader] using size_t type instead of int for x86_64 compatibility

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

Alexei Fedotov updated HARMONY-5610:
------------------------------------

    Attachment: classloader_size_t.patch

The attached patch fixes type warnings related to misuse of int instead of size_t .

> [drlvm][classloader] using size_t type instead of int for x86_64 compatibility
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-5610
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5610
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexei Fedotov
>         Attachments: classloader_size_t.patch
>
>
> On 64-bit platforms size_t may be occasionally longer than int. It is safer to use size_t while working with size_t strlen() results.

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