[Mono-bugs] [Bug 79872][Nor] Changed - [metadata validation] runtime crashes after Assembly.LoadFrom is given a module without an assembly manifest
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 9 07:39:38 EST 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79872
--- shadow/79872 2006-11-09 07:39:21.000000000 -0500
+++ shadow/79872.tmp.26326 2006-11-09 07:39:38.000000000 -0500
@@ -1,23 +1,24 @@
Bug#: 79872
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: rharinath at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [metadata validation] runtime crashes after Assembly.LoadFrom is given a module without an assembly manifest
+OtherBugsDependingOnThis: 58244
Suppose Assembly.LoadFrom is given a module without an assembly manifest --
the call succeeds, but subsequently, eventually, the runtime asserts out.
.NET nips it at the bud, and throws BadFileFormatException during the
LoadFrom (.NET 1.1 throws FileLoadException instead).
More information about the mono-bugs
mailing list