[Mono-bugs] [Bug 50341][Nor] Changed - MCS crash in Mono.Security.StrongName if AssemblyKeyFileAttribute is present
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 31 Oct 2003 04:07:56 -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 gkodinov@openlinksw.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=50341
--- shadow/50341 2003-10-30 20:59:50.000000000 -0500
+++ shadow/50341.tmp.13579 2003-10-31 04:07:56.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 50341
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: RedHat 9
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: spouliot@videotron.ca
ReportedBy: gkodinov@openlinksw.co.uk
QAContact: mono-bugs@ximian.com
@@ -31,6 +31,9 @@
------- Additional Comments From spouliot@videotron.ca 2003-10-30 20:59 -------
I was able to reproduce the bug under Windows using mono's tools.
This happens with small RSA exponent (like 17). It's now fixed in
CVS and works under Windows. Please try it under RH9 and close the
bug if this is fixed.
+
+------- Additional Comments From gkodinov@openlinksw.co.uk 2003-10-31 04:07 -------
+Yes, It works fine under RH9 as well. Thanks for your swift responce.