Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80593 --- shadow/80593 2007-03-25 21:08:31.000000000 -0500 +++ shadow/80593.tmp.2822 2007-03-25 21:13:06.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: PowerPC Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: io-layer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -78,6 +78,12 @@ bug 75057 is probably a manifestation of this. ------- Additional Comments From [EMAIL PROTECTED] 2007-03-25 21:08 ------- Created an attachment (id=18956) Proposed fix + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-25 21:13 ------- +The issue appears to be that socket-io.c assumes the address is in +host order but IPAddress.cs actually stores it little-endian on all +architectures. I've attached a patch that converts it on big-endian +architectures. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
