[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: lynx-dev dev15: table code, memory accident [solved]
From: |
Klaus Weide |
Subject: |
RE: lynx-dev dev15: table code, memory accident [solved] |
Date: |
Sat, 27 Nov 1999 15:17:04 -0600 (CST) |
On Mon, 22 Nov 1999, John Bley wrote:
> > > Read from uninitialized (rui):
> > Please try this: Make the last 4 statements of that function, around
> > line 450:
> >
> > me->cells[me->ncells + colspan].pos = -1; /* not yet used */
> > me->cells[me->ncells + colspan].alignment = HT_ALIGN_NONE;
> > me->ncells++;
> > return (me->ncells - 1);
>
> Indeed, that solved it. Wow, distributed
> debugging really works. :-)
Well this removed the 'rui', but I now find it also happily blows away
RESERVEDCELL after we go to much trouble to put it there... IOW it breaks
ROWSPAN handling (although not in all cases). I will send a better patch.
Klaus