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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79520 --- shadow/79520 2006-09-28 11:05:06.000000000 -0400 +++ shadow/79520.tmp.21130 2006-09-28 14:09:22.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 79520 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -20,6 +20,12 @@ which is declared as follows in C: gboolean gtk_init_check (int *argc, char ***argv); but in C# a simple string is used for argv: static extern bool gtk_init_check (out int argc, string argv); The end result could be random memory corruption. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-28 14:09 ------- +Do we really need to change anything here ? + +argv is always an empty string because gtk_init_check is only used to +initialize the gtk library. No args are ever transfered to gtk_init_check. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
