[Mono-bugs] [Bug 75733][Nor] Changed - [PATCH] The io-layer sometimes creates handles with a value of NULL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 13 10:34:35 EST 2006


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 at ximian.com.

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

--- shadow/75733	2006-11-12 08:57:32.000000000 -0500
+++ shadow/75733.tmp.16884	2006-11-13 10:34:35.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 75733
 Product: Mono: Runtime
 Version: 1.1
 OS: NLD 9
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: dick at ximian.com                            
 ReportedBy: lluis at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -115,6 +115,12 @@
 
 I vote for closing this bug for now, Dick?
 
 ------- Additional Comments From dick at ximian.com  2006-11-12 08:57 -------
 I'll have a look for NULL handle returns next week and close this bug
 then.
+
+------- Additional Comments From dick at ximian.com  2006-11-13 10:34 -------
+NULL is the proper error return for Event, Mutex, Semaphore and Thread
+creation functions, so we just need to be diligent about checking
+return conditions.  I've added some checks in the runtime that were
+missing, so closing this bug.


More information about the mono-bugs mailing list