[Mono-bugs] [Bug 67410][Wis] Changed - [PATCH] my_delegate == null calls MulticastDelegate::op_Equality

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 06:39:19 -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 rharinath@novell.com.

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

--- shadow/67410	2005-04-18 06:36:45.000000000 -0400
+++ shadow/67410.tmp.10785	2005-04-18 06:39:19.000000000 -0400
@@ -58,6 +58,11 @@
 			return false;
 
 without my patch, this will become unbound recursion.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-10-03 23:22 -------
 fixed in both branches
+
+------- Additional Comments From rharinath@novell.com  2005-04-18 06:39 -------
+Fix caused #74481.  As for the infloop, I think it should (cf.
+behaviour with CSC 1.1 and 2.0).
+