https://bugs.freedesktop.org/show_bug.cgi?id=83241

Matthew Francis <fdb...@neosheffield.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fdb...@neosheffield.co.uk

--- Comment #1 from Matthew Francis <fdb...@neosheffield.co.uk> ---
Something is going wrong in SwTxtAdjuster::CalcFlyAdjust

It does:

1) SwMarginPortion *pLeft = pCurrent->CalcLeftMargin();

2) CalcRightMargin( pCurrent );

3) SwLinePortion *pPos = pLeft->GetPortion();


But within (2), a SwMarginPortion which was created under CalcLeftMargin() is
destructed, leaving (3) to be a use-after-free

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to