https://issues.apache.org/ooo/show_bug.cgi?id=123452

--- Comment #2 from Ariel Constenla-Haile <[email protected]> ---
Created attachment 81737
  --> https://issues.apache.org/ooo/attachment.cgi?id=81737&action=edit
Debugger stack trace

The crash happens in
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/text/EnhancedPDFExportHelper.cxx?revision=1525917&view=markup#l379
dereferencing an invalid iterator, so the following solves the crash:

const FrmTagIdMap::const_iterator aIter = rFrmTagIdMap.find( pKey );
if ( aIter != rFrmTagIdMap.end() )
    nReopenTag = (*aIter).second;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to