Re: [PATCH, REVIEW] Fix illegal memory access

From: <msevior_at_physics.unimelb.edu.au>
Date: Tue Nov 02 2004 - 10:16:42 CET

> 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
>

Nice catch Marc!

Please commit.

Cheers

Martin
Received on Tue Nov 2 10:17:48 2004

This archive was generated by hypermail 2.1.8 : Tue Nov 02 2004 - 10:17:48 CET