tst-timezone dumps core
Andreas Schwab
schwab@issan.informatik.uni-dortmund.de
Wed Jul 29 01:39:00 GMT 1998
Ulrich Drepper <drepper@cygnus.com> writes:
|> Zack Weinberg <zack@rabi.phys.columbia.edu> writes:
|>
|> > For awhile now tst-timezone dumps core in __tzfile_read, in this loop:
|> >
|> > 277 for (i = 0; i < num_types; ++i)
|> > 278 __tzname[types[i].isdst] = __tzstring (&zone_names[types[i].idx]);
|> >
|> > num_types is absurdly large, so it runs off the end of the array.
|> > Probably the bug is in decode().
|>
|> Can you evaluate this further? I cannot see this problem here.
I don't have this problem either. Probably a compiler bug.
Andreas.
More information about the Libc-hacker
mailing list