[Mono-bugs] [Bug 67251][Wis] Changed - [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:44 -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.6678 2004-09-30 15:41:44.000000000 -0400
@@ -19,6 +19,11 @@
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
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-09-30 15:41 -------
+Created an attachment (id=11745)
+patch
+