[Mono-bugs] [Bug 59552][Cri] Changed - Integer overflow in allocating strings
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 09:38:47 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59552
--- shadow/59552 2004-06-03 09:37:48.000000000 -0400
+++ shadow/59552.tmp.10557 2004-06-03 09:38:47.000000000 -0400
@@ -53,6 +53,11 @@
Additional Information:
The string "object" is created with the specified length. However the
memory allocated is much smaller (e.g. 10 bytes) because of the overflow.
Padding the string means that we're writing the padding char in memory.
See attached patch.
+
+------- Additional Comments From sebastien@ximian.com 2004-06-03 09:38 -------
+Created an attachment (id=7987)
+object.diff
+