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

https://bugzilla.novell.com/show_bug.cgi?id=709890#c0


           Summary: Can't advertise service
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Mono.Zeroconf
        AssignedTo: fr...@novell.com
        ReportedBy: jsha...@edgeofreality.com
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---
           Blocker: ---


Version 0.9.0 added the UPort property to the RegisterService interface, the
IService implementation for Bonjour is completely wrong, as it converts to int
before swapping the byte order and then casts back to a ushort, which means all
of the high order bits are lost.  The set implementation should either convert
to a short before doing the byteswap and then convert back, or just implement
the byte swap inline.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to