On Sat, May 17, 2008 at 02:17:55AM +0000, corvid wrote:
Jorge wrote:
Hi there,
I reviewed my personal notes on dillo segfaults and all of them but one are fixed now. This is:
BUG: http://episteme.arstechnica.com/groupee/forums/a/tpc/f/96509133 /m/151006647731/r/264004847731 Aborts dillo.
I tried it and it crashed. Then I dug up the
- requisition->width += getStyle()->boxDiffHeight (); + requisition->width += getStyle()->boxDiffWidth ();
in sizeRequestImpl from http://lists.auriga.wearlab.de/pipermail/dillo-dev/2008-January/003690.html and it no longer wanted to crash for me.
Committed, also with the rest of the patch. BTW, when I skip one of these patches, please send me a reminder. I commented the patch to let Sebastian delete/fix the commented-out lines when working there. -- Cheers Jorge.-