Commit (HEAD): Re: [PATCH, REVIEW] Fix illegal memory access

From: J.M. Maurer <j.m.maurer_at_student.utwente.nl>
Date: Tue Nov 02 2004 - 14:31:02 CET

Committed.

Marc

On Tue, 2004-11-02 at 00:44 +0100, J.M. Maurer wrote:
> The issue at hand here:
>
> * fl_DocSectionLayout::setNeedsSectionBreak() line 1711 calls
> fb_ColumnBreaker::getStartPage()
>
> However, the resulting m_pStartPage is still pointing to a page which was
> deleted by:
>
> * fl_DocSectionLayout::collapse line 2428 [ getDocLayout()->deleteEmptyPages(true) ]
>
> The attached patch fixes this. Please review martin/dom/whoever...
>
> Marc
Received on Tue Nov 2 14:32:57 2004

This archive was generated by hypermail 2.1.8 : Tue Nov 02 2004 - 14:32:57 CET