[Mono-bugs] [Bug 47692][Nor] Changed - Key duplication in Hashtable.PutImpl

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 18:07:08 -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 duncan@ximian.com.

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

--- shadow/47692	2003-08-18 07:28:43.000000000 -0400
+++ shadow/47692.tmp.2678	2003-08-18 18:07:08.000000000 -0400
@@ -69,6 +69,11 @@
     && (entry.hashMix & CHAIN_MARKER)!= 0)) {
 	if (freeIndx == -1)
 		freeIndx = indx;
 	break;
 }
 
+
+------- Additional Comments From duncan@ximian.com  2003-08-18 18:07 -------
+Created an attachment (id=5159)
+Patch to be applied
+