You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ray Chen (JIRA)" <ji...@apache.org> on 2009/12/24 10:25:29 UTC

[jira] Closed: (HARMONY-6407) [java6][classlib]NetworkInterface constructor different from trunk, will throw NPE if network interface has no address

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

Ray Chen closed HARMONY-6407.
-----------------------------


Patch verified, thanks Tony

> [java6][classlib]NetworkInterface constructor different from trunk, will throw NPE if network interface has no address
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6407
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6407
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M1
>            Reporter: Ray Chen
>            Assignee: Tony Wu
>             Fix For: 6.0M1
>
>         Attachments: Harmony6407.diff
>
>
> NetworkInterface of java6 branch is different from NetworkInterface of trunk.
> In their constructors, trunk simply assign the addresses to the "addresses" field, but in java6 branch it assign addresses one by one which ignore the situation that passed in addresses may be null.
> Merge trunk to java6, or add a if(addresses != null) will solve the NPE error.

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