[Mono-bugs] [Bug 593433] New: UdpClient.Receive returns invalid IPv6 address
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 2 13:37:31 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=593433
http://bugzilla.novell.com/show_bug.cgi?id=593433#c0
Summary: UdpClient.Receive returns invalid IPv6 address
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: x86
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: lostfreeman at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
Blocker: ---
Description of Problem:
UdpClient.Receive method returns wrong IPv6 address.
Steps to reproduce the problem:
1. Write test application that creates UdpClient and binds it to local IPv6
address. Print IPEndPoint that UdpClient.Receive will return.
Run this application.
2. Send a datagram to this application from any IPv6 IP end point
Actual Results:
IPv6 address returned during UdpClient.Receive call will be broken (not those
you sent datagram from).
Expected Results:
You should see IPv6 address you sent datagram from.
How often does this happen?
On test system this happens always.
Additional Information:
Computer runs Debian 5 with with Mono 2.4.2.3 from backports.org
This problem also appears on official Mono 1.9.x.x from Debian 5 repository.
--
Configure bugmail: http://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