[Mono-bugs] [Bug 74569][Maj] Changed - mkbundle mangles arguments

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Apr 2005 11:23:23 -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 james@ximian.com.

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

--- shadow/74569	2005-04-11 11:22:55.000000000 -0400
+++ shadow/74569.tmp.9792	2005-04-11 11:23:23.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74569
 Product: Mono: Tools
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: tools
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,9 @@
 
         char **newargs = (char **) malloc (sizeof (char *) * argc + 2);
 
 instead of:
 
         char **newargs = (char **) malloc (sizeof (char *) * (argc + 2));
+
+------- Additional Comments From james@ximian.com  2005-04-11 11:23 -------
+I committed the fix to svn last week.