[Mono-bugs] [Bug 58363][Nor] Changed - System.Guid isn't using System.Random in a thread-safe way

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 09:10:47 -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 spouliot@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=58363

--- shadow/58363	2004-05-12 17:40:59.000000000 -0400
+++ shadow/58363.tmp.23759	2004-05-18 09:10:47.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58363
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Suse 8.2
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
@@ -63,6 +63,10 @@
 If so then I'll apply the patch. Thanks.
 
 ------- Additional Comments From sebastien@ximian.com  2004-05-12 17:40 -------
 Created an attachment (id=7689)
 guid.diff
 
+
+------- Additional Comments From spouliot@videotron.ca  2004-05-18 09:10 -------
+Fixed in CVS. The new GUID code generation is simpler and lock the 
+RNG to get random data.