[Mono-bugs] [Bug 57612][Nor] Changed - [PATCH] Mono ignores privatePath in appconfig

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 6 06:32:04 EDT 2005


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 urilith at gentoo.org.

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

--- shadow/57612	2005-07-06 06:30:51.000000000 -0400
+++ shadow/57612.tmp.18716	2005-07-06 06:32:04.000000000 -0400
@@ -105,6 +105,14 @@
 looking into that now and will provide a new diff if it works.
 
 ------- Additional Comments From urilith at gentoo.org  2005-07-06 06:30 -------
 Created an attachment (id=15438)
 New version of the patch.
 
+
+------- Additional Comments From urilith at gentoo.org  2005-07-06 06:32 -------
+The new version removes the static qualifier from check_path_env in
+assembly.c and adds its prototype to assembly.h.  This is so we can
+call check_path_env in LoadAssemblyRaw after the assembly has been
+loaded so that the private path doesnt persist past the appdomain, as
+this is incorrect behavior.  Also, this version of the patch actually
+compiles :P.


More information about the mono-bugs mailing list