To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100942
User sj changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Apr 9 16:33:04 +0000
2009 -------
Hi Caolan,
I think your patch is not 100% correct.
In EMR_POLYPOLYGON the points are two 32bit numbers, so
nGesPoints < SAL_MAX_UINT32 / sizeof(Point) should be better than
nGesPoints < SAL_MAX_UINT32 / (sizeof(sal_uInt16) + sizeof(sal_uInt16))
in other words, I think there is nothing that should be changed. But see the
problem in EMR_POLYPOLYGON16.
---------------------------------------------------------------------
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]