[Mono-bugs] [Bug 70234][Nor] Changed - [PATCH] InterlockedIncrement on (long) 2147483647 returns wrong value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 17:41:07 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/70234	2004-12-07 05:04:22.000000000 -0500
+++ shadow/70234.tmp.18296	2004-12-07 17:41:07.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70234
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,9 @@
 variable. So, the only writer to the variable inside that lock is the
 Interlocked method, which is protected by a mutex.
 
 
 ------- Additional Comments From lupus@ximian.com  2004-12-07 05:04 -------
 Please commit (on the 1.0 branch, too).
+
+------- Additional Comments From bmaurer@users.sf.net  2004-12-07 17:41 -------
+Done