[Mono-bugs] [Bug 74952][Nor] Changed - Rapid RSA construct-> random
number generator -> NullReference
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 16 10:02:01 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74952
--- shadow/74952 2005-05-15 21:23:14.000000000 -0400
+++ shadow/74952.tmp.9745 2005-05-16 10:02:01.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 74952
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: AMD64 - Gentoo
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: harningt at gmail.com
@@ -118,6 +118,13 @@
------- Additional Comments From vargaz at gmail.com 2005-05-15 21:23 -------
I tracked this down to a MemberAccessException thrown somewhere
inside CryptoConfig:CreateFromName. That function doesn't look
thread safe, ie. one thread might be executing Initialize (), while
another might be looking up stuff in the 'algorithms' hashtable.
+
+------- Additional Comments From sebastien at ximian.com 2005-05-16 10:02 -------
+Thanks Zoltan. CryptoConfig algorithms (and oid) are now (r44560)
+assigned at the end of the Initialize method so the check/lock should
+now work as expected.
+
+Thomas: can you retry with SVN HEAD.
More information about the mono-bugs
mailing list