[Mono-bugs] [Bug 67410][Wis] Changed - [PATCH] my_delegate == null calls MulticastDelegate::op_Equality
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Oct 2004 23:22:14 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=67410
--- shadow/67410 2004-10-03 20:59:32.000000000 -0400
+++ shadow/67410.tmp.22948 2004-10-03 23:22:14.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 67410
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -55,6 +55,9 @@
return true;
if (x == null || y == null)
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