Bug#293962: overlapping elements

2006-10-12 Thread dann frazier
On Thu, Oct 12, 2006 at 10:17:41AM +0200, Alexander Sack wrote: > Great ... can you do me a favor and see if the same code is still that > way in seamonkey 1.1 ? grep doesn't think so -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Bug#293962: overlapping elements

2006-10-12 Thread Alexander Sack
Great ... can you do me a favor and see if the same code is still that way in seamonkey 1.1 ? http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1a/seamonkey-1.1a.source.tar.gz thanks! On Thu, Oct 12, 2006 at 01:41:05AM -0600, dann frazier wrote: > I think I've found the bug and this

Bug#293962: overlapping elements

2006-10-12 Thread dann frazier
I think I've found the bug and this patch works around it. I noticed that the elements in the builtin_timezone array looked like they were being overwritten; I checked the sizeof(icaltimezone) on ia64, and its 72 - so apparently the elements are overrunning each other. The right answer, of course,