[Mono-bugs] [Bug 67251][Wis] New - [PATCH] System.Convert isn't endian aware for the ConvertToBase methods
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Sep 2004 15:41:15 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67251
--- shadow/67251 2004-09-30 15:41:15.000000000 -0400
+++ shadow/67251.tmp.6666 2004-09-30 15:41:15.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 67251
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: OSX 10.3.4
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: grompf@sublimeintervention.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: [PATCH] System.Convert isn't endian aware for the ConvertToBase methods
+
+Duncan,
+ I'm ccing you on this as it looks like you wrote these methods originally. They aren't endian
+aware and this is causing all web services hosted in XSP to fail on big endian systems (converting
+a long to a base16 string). The attached patch swaps if needed for BE systems. TC is attached
+as well..
+
+-kangaroo