[Mono-bugs] [Bug 79626][Nor] Changed - SIGSEGV in Module.GetCustomAttributes for multi module assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 9 17:24:18 EDT 2006
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 jeroen at sumatra.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=79626
--- shadow/79626 2006-10-09 15:17:31.000000000 -0400
+++ shadow/79626.tmp.16540 2006-10-09 17:24:18.000000000 -0400
@@ -77,6 +77,14 @@
------- Additional Comments From vargaz at gmail.com 2006-10-09 15:17 -------
IMHO, Assembly.GetModules () shouldn't return the entries in the Files
table. But we will need to implement this for compatibility anyway.
+
+------- Additional Comments From jeroen at sumatra.nl 2006-10-09 17:24 -------
+I'm no metadata expert, but I think you're mistaken. Take a look at
+Assembly.GetModules(bool). The resource modules it mentions are
+simply binary files (not PE files) and hence a module is simply a
+file which may or may not be a PE file. This strongly implies that
+the File table is used and not the ModuleRef table.
+
More information about the mono-bugs
mailing list