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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 13:29:52 -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=61609

--- shadow/61609	2004-07-17 13:29:14.000000000 -0400
+++ shadow/61609.tmp.10279	2004-07-17 13:29:52.000000000 -0400
@@ -10,14 +10,14 @@
 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
+Cc: dick@ximian.com,gonzalo@ximian.com
+Summary: [PATCH] Suggested patch for Socket.ReceiveFrom
 BugsThisDependsOn: 61608
 
 Description of Problem:
 
 If fix suggested in #61608 is applied. Need to modify 
 System.Net.Sockets.Socket.ReceiveFrom( ) method to check for a null 
@@ -27,6 +27,11 @@
 See attached patch...
 
 ------- Additional Comments From dev@6wardlaw.freeserve.co.uk  2004-07-15 11:59 -------
 Created an attachment (id=8584)
 Suggested Fix
 
+
+------- Additional Comments From miguel@ximian.com  2004-07-17 13:29 -------
+CCing Gonzalo and Dick.
+
+Can you guys review this patch?