On Sun, 11 Jan 2004, Arclele wrote: > Il 11/01/04 16.54.33, Thomas Dickey <[EMAIL PROTECTED]> > ha scritto: > > >One that catches my eye is the use of SPAN, which is > >(mis)used in lynx to setup color style. > > > Yes, this page is a "molosso" (3048 row) end there is a > lot of bad code, like this: > > <span class='ptitextes'> 30 ans, > <span class='ptitextes'>strasbourg, > <span class='ptitextes'>fr. > <span class='ptitextes'>... > </span> > > 4 span open and 1 closed... for 3000 row.
I isolated a bug which seems to explain the problem. The Style_className[] buffer in src/HTML.c is a fixed-buffer, and for some reason the logic keeps appending to it (without checking that it's full). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
