[Mono-bugs] [Bug 61582][Nor] Changed - GetNamedDataSlot is not thread-safe
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 11:33:19 -0400 (EDT)
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61582
--- shadow/61582 2004-07-14 21:11:35.000000000 -0400
+++ shadow/61582.tmp.11406 2004-07-15 11:33:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61582
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien.robitaille@croesus.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -101,6 +101,9 @@
- return(slot);
+ return(slot);
+ }
}
[MethodImplAttribute(MethodImplOptions.InternalCall)]
+
+------- Additional Comments From dick@ximian.com 2004-07-15 11:33 -------
+Fixed in CVS HEAD and 1.0, thanks.