[Mono-bugs] [Bug 38824][Nor] Changed - Infinite loop in ves_icall_System_CurrentTimeZone_GetTimeZoneData

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 1 Mar 2003 15:47:57 -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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=38824

--- shadow/38824	Sat Mar  1 14:29:21 2003
+++ shadow/38824.tmp.7201	Sat Mar  1 15:47:57 2003
@@ -101,6 +101,17 @@
 PostgreSQL."
 
 ------- Additional Comments From gonzalo@ximian.com  2003-03-01 14:29 -------
 Dick?
 
 What do we do about this?
+
+------- Additional Comments From dick@ximian.com  2003-03-01 15:47 -------
+Tell people to use Debian?
+
+A real fix should also deal with the lines that say:
+
+if ((year < 1900) || (year > 2100))
+                mono_raise_exception
+(mono_get_exception_not_implemented ());
+
+There must be an easier way of reading the zoneinfo data.