To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681





------- Additional comments from [email protected] Mon Aug 30 05:39:15 
+0000 2010 -------
@kstribley I found that the array index was negative when mpLogClusters was 
accessed in the following quoted line in winlayout.cxx.

>             mpLogClusters[ k ]    = static_cast<WORD>(nRelGlyphPos);

Although I'm not still sure why "k" could be negative, I confirmed we can solve 
this bug inserting the following line.

>        if ( k > 0 )
>             mpLogClusters[ k ]    = static_cast<WORD>(nRelGlyphPos);

Is this patch acceptable? Or could you investigate why it can be negative?


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

Reply via email to