[Mono-bugs] [Bug 709890] New: Can't advertise service

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 2 16:26:25 EDT 2011


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: frego at novell.com
        ReportedBy: jshadle at edgeofreality.com
         QAContact: mono-bugs at 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.


More information about the mono-bugs mailing list