[Mono-bugs] [Bug 58412][Nor] Changed - System.Guid isn't guaranteed to be unique

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 09:09:20 -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=58412

--- shadow/58412	2004-05-17 07:55:27.000000000 -0400
+++ shadow/58412.tmp.23727	2004-05-18 09:09:20.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58412
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
@@ -25,6 +25,10 @@
 [1] http://www.ics.uci.edu/~ejw/authoring/uuid-guid/draft-leach-uuids-
 guids-01.txt
 
 ------- Additional Comments From spouliot@videotron.ca  2004-05-17 07:55 -------
 Joerg, I don't know if you have seen this one but it could affect 
 you if you are running multiple servers and expect unique GUID.
+
+------- Additional Comments From spouliot@videotron.ca  2004-05-18 09:09 -------
+Fixed in CVS. GUIDs are now generated using random data from the 
+cryptographic RNG (as per section 3.4 of the spec).