16-Sep-2003 17:25 Thomas Dickey wrote: > On Tue, 16 Sep 2003, Thorsten Glaser wrote:
>> >yes - it's also dependent on having the links numbered. I broke it by reading your >> >ssl.certs.shar file (1700-odd lines), and there are a couple of places in the code >> >that fail after that. I haven't isolated what's being overrun, yet. >> >> 1720 lines in revision 1.5... > something like that. I tried cutting it down to 200 lines, but then it > didn't break. I suspect something in the memory-pool code is the issue, > and since that allocates large chunks, it can mask some types of bugs. There was a patch to store HTLine using malloc, not in pool. It can be a bit annoying to test both cases but may help with debugging... (The request was from IZ to make HTLine allocation logic conditional - compile-time; may look my archives for exact reference). > -- > Thomas E. Dickey > http://invisible-island.net > ftp://invisible-island.net > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED] ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
