[Mono-bugs] [Bug 78917][Nor] Changed - [patch] sanitize uname() result in io-layer/shared.c
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 25 09:41:29 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 dick at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78917
--- shadow/78917 2006-07-21 03:08:21.000000000 -0400
+++ shadow/78917.tmp.13461 2006-07-25 09:41:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78917
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details: GNU/kFreeBSD
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: petr.salinger at seznam.cz
QAContact: mono-bugs at ximian.com
@@ -51,6 +51,9 @@
+ while ((p = strchr(p, '\\'))) *p = '_';
+ p = ubuf.machine;
+ while ((p = strchr(p, '\\'))) *p = '_';
}
fake_name = g_getenv ("MONO_SHARED_HOSTNAME");
+
+------- Additional Comments From dick at ximian.com 2006-07-25 09:41 -------
+Fixed in svn r62955
More information about the mono-bugs
mailing list