[Mono-bugs] [Bug 379866] monodis has problematic behavior when disassembling the moonlight mscorlib
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 15 13:17:26 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=379866
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=379866#c3
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #3 from Zoltan Varga <vargaz at gmail.com> 2008-04-15 11:17:25 MST ---
How about this patch:
Index: main.c
===================================================================
--- main.c (revision 100579)
+++ main.c (working copy)
@@ -1507,7 +1507,8 @@
MonoImageOpenStatus status;
MonoImage *img;
- ass = mono_assembly_open (file, &status);
+ //ass = mono_assembly_open (file, &status);
+ ass = NULL;
if (ass == NULL){
img = mono_image_open (file, &status);
if (!img) {
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list