[Mono-bugs] [Bug 71017][Nor] Changed - P/Invoke methods inside dynamic assemblies don't marshal strings properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Jan 2005 11:02:54 -0500 (EST)
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@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71017
--- shadow/71017 2005-01-05 09:11:46.000000000 -0500
+++ shadow/71017.tmp.6012 2005-01-05 11:02:54.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jonpryor@vt.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -113,6 +113,9 @@
called by the SRE-generated code it's receiving:
{'S', '\0', 'H', '\0', 'E', '\0', 'L', '\0', 'L', '\0', '\0', '\0'}
This is interpreted as "S", which isn't a valid environment variable, hence
the null string that's returned.
+
+------- Additional Comments From vargaz@gmail.com 2005-01-05 11:02 -------
+I can't repro this using r38350.