[Mono-bugs] [Bug 61609][Nor] New - Suggested patch for Socket.ReceiveFrom

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 11:55:04 -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 dev@6wardlaw.freeserve.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=61609

--- shadow/61609	2004-07-15 11:55:04.000000000 -0400
+++ shadow/61609.tmp.11741	2004-07-15 11:55:04.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 61609
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dev@6wardlaw.freeserve.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Suggested patch for Socket.ReceiveFrom
+
+Description of Problem:
+
+If fix suggested in #61608 is applied. Need to modify 
+System.Net.Sockets.Socket.ReceiveFrom( ) method to check for a null 
+socket address return value.
+
+
+See attached patch...