On Sat, Apr 23, 2005 at 10:02:09AM -0700, Juan Lang wrote:
I've sent a patch to wine-patches that works for me. Would you care to try it?
Mozilla is almost certainly wrong, though: the maximum size for the TZ environment variable is 15 chars (16 with the NULL): http://msdn.microsoft.com/library/en-us/vclib/html/_crt__tzset.asp
The corresponding names in _tzname are probably only 3 chars in length, so 4 bytes long including the NULL terminator.
Mozilla is probably scribbling over memory in this case, with who knows what consequences.
Sorry for the slow response, but I've actually spent nearly all day working, so I only just got back to playing with wine.
I updated my CVS checkout as I see the patch had made its way in there, and the mozilla installer works fine now. I'll also add that before the patch the firefox installer crashed in exactly the same way, but now works. Sweet.
Cheers.