[Mono-bugs] [Bug 80593][Nor] Changed - Endian issue when joining a UDP multicast group
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 25 22:13:06 EDT 2007
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 monobugs at sharifibrahim.com.
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: dick at ximian.com
ReportedBy: monobugs at sharifibrahim.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -78,6 +78,12 @@
bug 75057 is probably a manifestation of this.
------- Additional Comments From monobugs at sharifibrahim.com 2007-03-25 21:08 -------
Created an attachment (id=18956)
Proposed fix
+
+------- Additional Comments From monobugs at sharifibrahim.com 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.
More information about the mono-bugs
mailing list