[Mono-bugs] [Bug 30814][Nor] Changed - invalid free() in monodis
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Sep 2002 17:30:44 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30814
--- shadow/30814 Fri Sep 20 13:42:16 2002
+++ shadow/30814.tmp.12801 Sun Sep 22 13:30:44 2002
@@ -1,14 +1,14 @@
Bug#: 30814
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -16,6 +16,9 @@
Cc:
Summary: invalid free() in monodis
There is a bug in monodis/get.c/get_field_signature():
'allocated_modifier_string' is freed twice, while 'allocated_type_string'
is not freed at all. Found by valgrind (http://developer.kde.org/~sewardj/).
+
+------- Additional Comments From gonzalo@ximian.com 2002-09-22 13:30 -------
+Fixed in CVS.