[Mono-bugs] [Bug 77288][Min] Changed - mono_metadata_signature_dup
memory overread
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 17 13:46:07 EST 2006
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 aras at otee.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=77288
--- shadow/77288 2006-01-17 13:45:15.000000000 -0500
+++ shadow/77288.tmp.3040 2006-01-17 13:46:07.000000000 -0500
@@ -24,6 +24,11 @@
The fix is changing
sig->param_count
inside mono_metadata_signature_dup to
(sig->param_count-MONO_ZERO_LEN_ARRAY)
Attached a diff file for mono/metadata/metadata.c
+
+------- Additional Comments From aras at otee.dk 2006-01-17 13:46 -------
+Created an attachment (id=16361)
+Patch for mono_metadata_signature_dup
+
More information about the mono-bugs
mailing list