[Mono-bugs] [Bug 70402][Wis] Changed - Crash when casting out params

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 01:03:23 -0500 (EST)


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 duncan@ximian.com.

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

--- shadow/70402	2004-12-30 00:41:32.000000000 -0500
+++ shadow/70402.tmp.26799	2004-12-30 01:03:23.000000000 -0500
@@ -91,6 +91,13 @@
 	is ExprClass.Variable and Expr is an EmptyCast.
 
 	This fixes #70402.
 
 I don't know if this is a general enough fix to the entire problem,
 though.
+
+------- Additional Comments From duncan@ximian.com  2004-12-30 01:03 -------
+<BenM> duncan, for #70402 you want to check that the thing passed to
+out is a memory location.
+<BenM> that is `x is IMemoryLocation'
+
+Here's a revised patch. I think this is good to go?