[Mono-bugs] [Bug 79152][Nor] Changed - [PATCH] StringBuilder default ctor does not allocate internal string
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 24 04:40:52 EDT 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79152
--- shadow/79152 2006-08-24 04:40:39.000000000 -0400
+++ shadow/79152.tmp.27776 2006-08-24 04:40:52.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 79152
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: StringBuilder default ctor does not allocate internal string
+Summary: [PATCH] StringBuilder default ctor does not allocate internal string
Apparently the default ctor of StringBuilder does not allocate the
internal string, and as a result you get an ArgumentOutOfRangeException
when pinvoking a function with marshalling to StringBuilder:
Unhandled Exception: System.ArgumentOutOfRangeException: newLength as to
More information about the mono-bugs
mailing list