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

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

The problem is in

static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID,
ControlPoint **pointArray, TTGlyphMetrics *metrics, std::vector< sal_uInt32 >&
glyphlist)

http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/source/fontsubset/sft.cxx?revision=1413471&view=markup#l809

memcpy( pa, &myPoints[0], np*sizeof(ControlPoint) );

myPoints is empty, in this case operator[] seemed to work fine with the stlport
implementation, but crashes with the system's implementation, that tries to
dereference a null pointer.

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

Reply via email to