[Mono-bugs] [Bug 411920] New: IPAddress.Parse Method (System.Net) behaviour differs from Microsoft Net Framework 2.0 on Linux

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 24 13:05:53 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=411920


           Summary: IPAddress.Parse Method (System.Net) behaviour differs
                    from Microsoft Net Framework 2.0 on Linux
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: x86
        OS/Version: Ubuntu
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: knoopx at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


Method should be able to handle all possible IPv4 representations as in
http://en.wikipedia.org/wiki/IPv4#Address_representations

ON WIN32 XP:

0xcb.0x93.0xf5.0x02
203.147.245.2
-------------------
7848198702
211.202.2.46
-------------------
0313.027035210
203.92.58.136
-------------------
0313.0134.035210
203.92.58.136
-------------------
1434328179
85.126.28.115
-------------------
3397943208
202.136.127.168

ON LINUX:

0xcb.0x93.0xf5.0x02
203.147.245.2
----------------------------------------------------------
7848198702
An invalid IP address was specified.
----------------------------------------------------------
0313.027035210
An invalid IP address was specified.
----------------------------------------------------------
0313.0134.035210
An invalid IP address was specified.
----------------------------------------------------------
1434328179
An invalid IP address was specified.
----------------------------------------------------------
3397943208
An invalid IP address was specified.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list