[Mono-bugs] [Bug 29486][Nor] Changed - P/Invoke automatic marshaller will creat thunks for null function pointers.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Aug 2002 07:53:30 -0000


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 dietmar@ximian.com.

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

--- shadow/29486	Tue Aug 27 02:25:40 2002
+++ shadow/29486.tmp.486	Tue Aug 27 03:53:30 2002
@@ -1,13 +1,13 @@
 Bug#: 29486
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: dietmar@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -63,6 +63,9 @@
 }
 C:\>csc a.cs
 C:\>a.exe
 valor: 0015C8D6
 valor: 00000000
 
+
+------- Additional Comments From dietmar@ximian.com  2002-08-27 03:53 -------
+removed wrong null check - should be fixed now