To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77020
User bm changed the following:
What |Old value |New value
================================================================================
CC|'' |'kla,oc'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon May 7 08:29:06 +0000
2007 -------
The crash occurs in sw/source/core/unocore/unochart.cxx:806.
In line 803 the value of nStartRow is 65535. This is assigned to k1 (sal_Int16)
which becomes -1 then. In line 806 an array is accessed with this index.
Looks like it doesn't make sense to use sal_uInt16 for the stack variables
nStartRow, etc. in line 792, when -1 is used for special treatment. Because
then, the condition check for "< 0" in line 798 is useless.
---------------------------------------------------------------------
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]