To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46456
User af changed the following:
What |Old value |New value
================================================================================
Assigned to|af |hdu
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Apr 1 01:09:49 -0800
2005 -------
This looks like a problem with the ImplFontCache::GetFallback() method in
vcl/source/gdi/outdev3.cxx. The for loop runs over the list of fonts and past
its end. The end marker, a null pointer, is handled correctly. But when the
for loop keeps looping and goes to *ppNames==0x00000001 the attempt to copy a
string at that address leads to the crash.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]