[Mono-bugs] [Bug 61608][Nor] Changed - [PATCH] RecvFrom_internal throws exception on connected socket
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 13:31:49 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61608
--- shadow/61608 2004-07-17 13:29:52.000000000 -0400
+++ shadow/61608.tmp.10321 2004-07-17 13:31:49.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: gonzalo@ximian.com
ReportedBy: dev@6wardlaw.freeserve.co.uk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: RecvFrom_internal throws exception on connected socket
+Summary: [PATCH] RecvFrom_internal throws exception on connected socket
OtherBugsDependingOnThis: 61609
Description of Problem:
When 'RecvFrom_internal' is called on a connected connection-oriented
socket, a 'System.SystemException' is thrown by the run-time.
@@ -67,6 +67,10 @@
class to prevent a NullReferenceException being thrown ( see attached )
------- Additional Comments From dev@6wardlaw.freeserve.co.uk 2004-07-15 11:52 -------
Created an attachment (id=8583)
Suggested fix
+
+------- Additional Comments From miguel@ximian.com 2004-07-17 13:31 -------
+Also look at 61609 which has a follow up patch.
+