[Mono-bugs] [Bug 30814][Nor] New - invalid free() in monodis

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Sep 2002 17:42:16 -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 vargaz@freemail.hu.

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

--- shadow/30814	Fri Sep 20 13:42:16 2002
+++ shadow/30814.tmp.10493	Fri Sep 20 13:42:16 2002
@@ -0,0 +1,21 @@
+Bug#: 30814
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+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/).